#920B42

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

Shades of Jazzberry Jam #920B42

Tints of Jazzberry Jam #920B42

Color information

#920B42 (or 0x920B42) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 0B and 42. RGB value is (146,11,66). Sum of RGB (Red+Green+Blue) = 146+11+66=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #920B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B42 is #6DF4BD. Grayscale: #393939. Windows color (decimal): -7206078 or 4328338. OLE color: 4328338.

HSL color Cylindrical-coordinate representation of color #920B42: hue angle of 335.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B42 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB1461166-
CMYK00.920.550.43
HSL335.56º85.99%30.78%-
HSV(B)335.56º92.47%57.25%-
XYZ12.966.745.77-
YUV57.64132.73191.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=65.47%
G=4.93%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146116600.920.550.43335.5685.9930.78
Hex92B4205C372B150561f
Octal222131020134675352012637
Binary100100101011100001001011100110111101011101010000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920B42; }

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

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

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

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

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

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

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

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