#920149

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

Shades of Jazzberry Jam #920149

Tints of Jazzberry Jam #920149

Color information

#920149 (or 0x920149) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 01 and 49. RGB value is (146,1,73). Sum of RGB (Red+Green+Blue) = 146+1+73=220 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.36% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 146 - color contains mainly: red. Hex color #920149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920149 is #6DFEB6. Grayscale: #343434. Windows color (decimal): -7208631 or 4784530. OLE color: 4784530.

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

Color convert

RGB146173-
CMYK00.990.50.43
HSL330.21º98.64%28.82%-
HSV(B)330.21º99.32%57.25%-
XYZ13.076.616.89-
YUV52.56139.54194.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.36%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=66.36%
G=0.45%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14617300.990.50.43330.2198.6428.82
Hex92149063322B14a631d
Octal22211110143625351214335
Binary100100101100100101100011110010101011101001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920149; }

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

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

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

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

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

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

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

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