#92024A

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

Shades of Jazzberry Jam #92024A

Tints of Jazzberry Jam #92024A

Color information

#92024A (or 0x92024A) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 02 and 4A. RGB value is (146,2,74). Sum of RGB (Red+Green+Blue) = 146+2+74=222 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.77% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 146 - color contains mainly: red. Hex color #92024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92024A is #6DFDB5. Grayscale: #353535. Windows color (decimal): -7208374 or 4850322. OLE color: 4850322.

HSL color Cylindrical-coordinate representation of color #92024A: hue angle of 330º 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 #92024A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB146274-
CMYK00.990.490.43
HSL330º97.3%29.02%-
HSV(B)330º98.63%57.25%-
XYZ13.116.657.07-
YUV53.26139.71194.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.77%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=65.77%
G=0.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14627400.990.490.4333097.329.02
Hex9224A063312B14a611d
Octal22221120143615351214135
Binary1001001010100101001100011110001101011101001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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