#96004D

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

Shades of Jazzberry Jam #96004D

Tints of Jazzberry Jam #96004D

Color information

#96004D (or 0x96004D) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 00 and 4D. RGB value is (150,0,77). Sum of RGB (Red+Green+Blue) = 150+0+77=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96004D is #69FFB2. Grayscale: #353535. Windows color (decimal): -6946739 or 5046422. OLE color: 5046422.

HSL color Cylindrical-coordinate representation of color #96004D: hue angle of 329.2º 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 #96004D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB150077-
CMYK010.490.41
HSL329.2º100%29.41%-
HSV(B)329.2º100%58.82%-
XYZ13.927.027.64-
YUV53.63141.2196.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=66.08%
G=0%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150077010.490.41329.210029.41
Hex9604D0643129149641d
Octal22601150144615151114435
Binary100101100100110101100100110001101001101001001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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