#920242

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

Shades of Jazzberry Jam #920242

Tints of Jazzberry Jam #920242

Color information

#920242 (or 0x920242) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 02 and 42. RGB value is (146,2,66). Sum of RGB (Red+Green+Blue) = 146+2+66=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #920242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920242 is #6DFDBD. Grayscale: #343434. Windows color (decimal): -7208382 or 4326034. OLE color: 4326034.

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

Color convert

RGB146266-
CMYK00.990.550.43
HSL333.33º97.3%29.02%-
HSV(B)333.33º98.63%57.25%-
XYZ12.866.555.74-
YUV52.35135.71194.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=68.22%
G=0.93%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14626600.990.550.43333.3397.329.02
Hex92242063372B14d611d
Octal22221020143675351514135
Binary1001001010100001001100011110111101011101001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920242; }

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

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

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

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

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

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

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

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