#920A4A

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

Shades of Jazzberry Jam #920A4A

Tints of Jazzberry Jam #920A4A

Color information

#920A4A (or 0x920A4A) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 0A and 4A. RGB value is (146,10,74). Sum of RGB (Red+Green+Blue) = 146+10+74=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #920A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920A4A is #6DF5B5. Grayscale: #393939. Windows color (decimal): -7206326 or 4852370. OLE color: 4852370.

HSL color Cylindrical-coordinate representation of color #920A4A: hue angle of 331.76º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A4A is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1461074-
CMYK00.930.490.43
HSL331.76º87.18%30.59%-
HSV(B)331.76º93.15%57.25%-
XYZ13.26.827.1-
YUV57.96137.06190.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.48%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=63.48%
G=4.35%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146107400.930.490.43331.7687.1830.59
Hex92A4A05D312B14c571f
Octal222121120135615351412737
Binary100100101010100101001011101110001101011101001100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A4A; }

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

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

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

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

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

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

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

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