#92034A

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

Shades of Jazzberry Jam #92034A

Tints of Jazzberry Jam #92034A

Color information

#92034A (or 0x92034A) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 03 and 4A. RGB value is (146,3,74). Sum of RGB (Red+Green+Blue) = 146+3+74=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #92034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92034A is #6DFCB5. Grayscale: #353535. Windows color (decimal): -7208118 or 4850578. OLE color: 4850578.

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

Color convert

RGB146374-
CMYK00.980.490.43
HSL330.21º95.97%29.22%-
HSV(B)330.21º97.95%57.25%-
XYZ13.126.677.07-
YUV53.85139.38193.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=65.47%
G=1.35%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14637400.980.490.43330.2195.9729.22
Hex9234A062312B14a601d
Octal22231120142615351214035
Binary1001001011100101001100010110001101011101001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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