#96034F

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

Shades of Jazzberry Jam #96034F

Tints of Jazzberry Jam #96034F

Color information

#96034F (or 0x96034F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 03 and 4F. RGB value is (150,3,79). Sum of RGB (Red+Green+Blue) = 150+3+79=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96034F is #69FCB0. Grayscale: #373737. Windows color (decimal): -6945969 or 5178262. OLE color: 5178262.

HSL color Cylindrical-coordinate representation of color #96034F: hue angle of 328.98º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96034F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB150379-
CMYK00.980.470.41
HSL328.98º96.08%30%-
HSV(B)328.98º98%58.82%-
XYZ14.027.118.03-
YUV55.62141.2195.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.66%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=64.66%
G=1.29%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15037900.980.470.41328.9896.0830
Hex9634F0622F29149601e
Octal22631170142575151114036
Binary1001011011100111101100010101111101001101001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96034F; }

 p { color: rgb(150,3,79); }

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

<style>
 a { background-color: #96034F; }

 a { background-color: rgb(150,3,79); }

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

<style>
 span { border-color: #96034F; }

 span { border-color: rgb(150,3,79); }

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