#96034E

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

Shades of Jazzberry Jam #96034E

Tints of Jazzberry Jam #96034E

Color information

#96034E (or 0x96034E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 03 and 4E. RGB value is (150,3,78). Sum of RGB (Red+Green+Blue) = 150+3+78=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96034E is #69FCB1. Grayscale: #373737. Windows color (decimal): -6945970 or 5112726. OLE color: 5112726.

HSL color Cylindrical-coordinate representation of color #96034E: hue angle of 329.39º 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 #96034E is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB150378-
CMYK00.980.480.41
HSL329.39º96.08%30%-
HSV(B)329.39º98%58.82%-
XYZ13.997.17.84-
YUV55.5140.7195.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=64.94%
G=1.30%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15037800.980.480.41329.3996.0830
Hex9634E0623029149601e
Octal22631160142605151114036
Binary1001011011100111001100010110000101001101001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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