#9A064B

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

Shades of Jazzberry Jam #9A064B

Tints of Jazzberry Jam #9A064B

Color information

#9A064B (or 0x9A064B) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 06 and 4B. RGB value is (154,6,75). Sum of RGB (Red+Green+Blue) = 154+6+75=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A064B is #65F9B4. Grayscale: #393939. Windows color (decimal): -6683061 or 4916890. OLE color: 4916890.

HSL color Cylindrical-coordinate representation of color #9A064B: hue angle of 332.03º 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 #9A064B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB154675-
CMYK00.960.510.40
HSL332.03º92.5%31.37%-
HSV(B)332.03º96.1%60.39%-
XYZ14.667.517.33-
YUV58.12137.53196.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.53%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=65.53%
G=2.55%
B=31.91%

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
Decimal15467500.960.510.40332.0392.531.37
Hex9A64B060332814c5c1f
Octal23261130140635051413437
Binary10011010110100101101100000110011101000101001100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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