#92034B

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

Shades of Jazzberry Jam #92034B

Tints of Jazzberry Jam #92034B

Color information

#92034B (or 0x92034B) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 03 and 4B. RGB value is (146,3,75). Sum of RGB (Red+Green+Blue) = 146+3+75=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #92034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92034B is #6DFCB4. Grayscale: #353535. Windows color (decimal): -7208117 or 4916114. OLE color: 4916114.

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

Color convert

RGB146375-
CMYK00.980.490.43
HSL329.79º95.97%29.22%-
HSV(B)329.79º97.95%57.25%-
XYZ13.166.687.25-
YUV53.96139.88193.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.18%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=65.18%
G=1.34%
B=33.48%

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
Decimal14637500.980.490.43329.7995.9729.22
Hex9234B062312B14a601d
Octal22231130142615351214035
Binary1001001011100101101100010110001101011101001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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