#9A064C

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

Shades of Jazzberry Jam #9A064C

Tints of Jazzberry Jam #9A064C

Color information

#9A064C (or 0x9A064C) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 06 and 4C. RGB value is (154,6,76). Sum of RGB (Red+Green+Blue) = 154+6+76=236 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.25% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 154 - color contains mainly: red. Hex color #9A064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A064C is #65F9B3. Grayscale: #3A3A3A. Windows color (decimal): -6683060 or 4982426. OLE color: 4982426.

HSL color Cylindrical-coordinate representation of color #9A064C: hue angle of 331.62º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A064C is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB154676-
CMYK00.960.510.40
HSL331.62º92.5%31.37%-
HSV(B)331.62º96.1%60.39%-
XYZ14.77.527.51-
YUV58.23138.03196.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.25%
GREEN value IS 6 (2.73% from 255) = 2.54%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=65.25%
G=2.54%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15467600.960.510.40331.6292.531.37
Hex9A64C060332814c5c1f
Octal23261140140635051413437
Binary10011010110100110001100000110011101000101001100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A064C; }

 p { color: rgb(154,6,76); }

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

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

 a { background-color: rgb(154,6,76); }

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

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

 span { border-color: rgb(154,6,76); }

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