#96004F

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

Shades of Jazzberry Jam #96004F

Tints of Jazzberry Jam #96004F

Color information

#96004F (or 0x96004F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 00 and 4F. RGB value is (150,0,79). Sum of RGB (Red+Green+Blue) = 150+0+79=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96004F is #69FFB0. Grayscale: #353535. Windows color (decimal): -6946737 or 5177494. OLE color: 5177494.

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

Color convert

RGB150079-
CMYK010.470.41
HSL328.4º100%29.41%-
HSV(B)328.4º100%58.82%-
XYZ13.997.058.02-
YUV53.86142.2196.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=65.50%
G=0%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150079010.470.41328.410029.41
Hex9604F0642F29148641d
Octal22601170144575151014435
Binary100101100100111101100100101111101001101001000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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