#92024C

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

Shades of Jazzberry Jam #92024C

Tints of Jazzberry Jam #92024C

Color information

#92024C (or 0x92024C) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 02 and 4C. RGB value is (146,2,76). Sum of RGB (Red+Green+Blue) = 146+2+76=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #92024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92024C is #6DFDB3. Grayscale: #353535. Windows color (decimal): -7208372 or 4981394. OLE color: 4981394.

HSL color Cylindrical-coordinate representation of color #92024C: hue angle of 329.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92024C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB146276-
CMYK00.990.480.43
HSL329.17º97.3%29.02%-
HSV(B)329.17º98.63%57.25%-
XYZ13.186.687.43-
YUV53.49140.71193.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.18%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=65.18%
G=0.89%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14627600.990.480.43329.1797.329.02
Hex9224C063302B149611d
Octal22221140143605351114135
Binary1001001010100110001100011110000101011101001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92024C; }

 p { color: rgb(146,2,76); }

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

<style>
 a { background-color: #92024C; }

 a { background-color: rgb(146,2,76); }

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

<style>
 span { border-color: #92024C; }

 span { border-color: rgb(146,2,76); }

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