#920649

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

Shades of Jazzberry Jam #920649

Tints of Jazzberry Jam #920649

Color information

#920649 (or 0x920649) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 06 and 49. RGB value is (146,6,73). Sum of RGB (Red+Green+Blue) = 146+6+73=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #920649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920649 is #6DF9B6. Grayscale: #373737. Windows color (decimal): -7207351 or 4785810. OLE color: 4785810.

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

Color convert

RGB146673-
CMYK00.960.50.43
HSL331.29º92.11%29.8%-
HSV(B)331.29º95.89%57.25%-
XYZ13.126.726.91-
YUV55.5137.88192.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.89%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=64.89%
G=2.67%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14667300.960.50.43331.2992.1129.8
Hex92649060322B14b5c1e
Octal22261110140625351313436
Binary10010010110100100101100000110010101011101001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920649; }

 p { color: rgb(146,6,73); }

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

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

 a { background-color: rgb(146,6,73); }

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

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

 span { border-color: rgb(146,6,73); }

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