#920449

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

Shades of Jazzberry Jam #920449

Tints of Jazzberry Jam #920449

Color information

#920449 (or 0x920449) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 04 and 49. RGB value is (146,4,73). Sum of RGB (Red+Green+Blue) = 146+4+73=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #920449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920449 is #6DFBB6. Grayscale: #363636. Windows color (decimal): -7207863 or 4785298. OLE color: 4785298.

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

Color convert

RGB146473-
CMYK00.970.50.43
HSL330.85º94.67%29.41%-
HSV(B)330.85º97.26%57.25%-
XYZ13.16.686.9-
YUV54.32138.54193.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=65.47%
G=1.79%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14647300.970.50.43330.8594.6729.41
Hex92449061322B14b5f1d
Octal22241110141625351313735
Binary10010010100100100101100001110010101011101001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920449; }

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

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

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

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

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

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

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

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