#92014A

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

Shades of Jazzberry Jam #92014A

Tints of Jazzberry Jam #92014A

Color information

#92014A (or 0x92014A) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 01 and 4A. RGB value is (146,1,74). Sum of RGB (Red+Green+Blue) = 146+1+74=221 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.06% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 146 - color contains mainly: red. Hex color #92014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92014A is #6DFEB5. Grayscale: #343434. Windows color (decimal): -7208630 or 4850066. OLE color: 4850066.

HSL color Cylindrical-coordinate representation of color #92014A: hue angle of 329.79º 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 #92014A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB146174-
CMYK00.990.490.43
HSL329.79º98.64%28.82%-
HSV(B)329.79º99.32%57.25%-
XYZ13.16.637.07-
YUV52.68140.04194.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.06%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=66.06%
G=0.45%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14617400.990.490.43329.7998.6428.82
Hex9214A063312B14a631d
Octal22211120143615351214335
Binary100100101100101001100011110001101011101001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92014A; }

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

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

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

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

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

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

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

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