#92155F

Color #92155F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #92155F

Tints of Jazzberry Jam #92155F

Color information

#92155F (or 0x92155F) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 15 and 5F. RGB value is (146,21,95). Sum of RGB (Red+Green+Blue) = 146+21+95=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92155F is #6DEAA0. Grayscale: #424242. Windows color (decimal): -7203489 or 6231442. OLE color: 6231442.

HSL color Cylindrical-coordinate representation of color #92155F: hue angle of 324.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92155F is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB1462195-
CMYK00.860.350.43
HSL324.48º74.85%32.75%-
HSV(B)324.48º85.62%57.25%-
XYZ14.197.4711.52-
YUV66.81143.91184.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=55.73%
G=8.02%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146219500.860.350.43324.4874.8532.75
Hex92155F056232B1444b21
Octal222251370126435350411341
Binary10010010101011011111010101101000111010111010001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92155F; }

 p { color: rgb(146,21,95); }

 H1.HeaderClassName
 {
   color: #92155F;
 }
 .AnyTagClassName
 {
   color: #92155F;
 }
</style>
background-color css

<style>
 a { background-color: #92155F; }

 a { background-color: rgb(146,21,95); }

 div.DivClassName
 {
   background-color: #92155F;
 }
 .BgClassName
 {
   background-color: #92155F;
 }
</style>
border-color css

<style>
 span { border-color: #92155F; }

 span { border-color: rgb(146,21,95); }

 td.TdClassName
 {
   border-color: #92155F;
 }
 .TagClassName
 {
   border-color: #92155F;
 }
</style>