#920942

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

Shades of Jazzberry Jam #920942

Tints of Jazzberry Jam #920942

Color information

#920942 (or 0x920942) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 09 and 42. RGB value is (146,9,66). Sum of RGB (Red+Green+Blue) = 146+9+66=221 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.06% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 146 - color contains mainly: red. Hex color #920942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920942 is #6DF6BD. Grayscale: #383838. Windows color (decimal): -7206590 or 4327826. OLE color: 4327826.

HSL color Cylindrical-coordinate representation of color #920942: hue angle of 335.04º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920942 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB146966-
CMYK00.940.550.43
HSL335.04º88.39%30.39%-
HSV(B)335.04º93.84%57.25%-
XYZ12.946.75.77-
YUV56.46133.39191.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.06%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=66.06%
G=4.07%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14696600.940.550.43335.0488.3930.39
Hex9294205E372B14f581e
Octal222111020136675351713036
Binary100100101001100001001011110110111101011101001111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920942; }

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

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

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

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

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

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

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

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