#92155E

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

Shades of Jazzberry Jam #92155E

Tints of Jazzberry Jam #92155E

Color information

#92155E (or 0x92155E) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 15 and 5E. RGB value is (146,21,94). Sum of RGB (Red+Green+Blue) = 146+21+94=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92155E is #6DEAA1. Grayscale: #424242. Windows color (decimal): -7203490 or 6165906. OLE color: 6165906.

HSL color Cylindrical-coordinate representation of color #92155E: hue angle of 324.96º 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 #92155E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1462194-
CMYK00.860.360.43
HSL324.96º74.85%32.75%-
HSV(B)324.96º85.62%57.25%-
XYZ14.147.4611.28-
YUV66.7143.41184.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=55.94%
G=8.05%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146219400.860.360.43324.9674.8532.75
Hex92155E056242B1454b21
Octal222251360126445350511341
Binary10010010101011011110010101101001001010111010001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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