#920E48

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

Shades of Jazzberry Jam #920E48

Tints of Jazzberry Jam #920E48

Color information

#920E48 (or 0x920E48) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 0E and 48. RGB value is (146,14,72). Sum of RGB (Red+Green+Blue) = 146+14+72=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #920E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E48 is #6DF1B7. Grayscale: #3B3B3B. Windows color (decimal): -7205304 or 4722322. OLE color: 4722322.

HSL color Cylindrical-coordinate representation of color #920E48: hue angle of 333.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E48 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1461472-
CMYK00.900.510.43
HSL333.64º82.5%31.37%-
HSV(B)333.64º90.41%57.25%-
XYZ13.186.896.77-
YUV60.08134.73189.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.93%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=62.93%
G=6.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146147200.900.510.43333.6482.531.37
Hex92E4805A332B14e521f
Octal222161100132635351612237
Binary100100101110100100001011010110011101011101001110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,14,72); }

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

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

 a { background-color: rgb(146,14,72); }

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

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

 span { border-color: rgb(146,14,72); }

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