Html Css Color HEX #96033E Jazzberry Jam

📋 copy color: '#96033E'

red 150 ◦ green 3 ◦ blue 62

#96033E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #96033E

Tints of Jazzberry Jam #96033E

RGB

 RED value IS 150 (58.98% from 255) = 69.77%

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 62 (24.61% from 255) = 28.84%

R = 69.77%
G = 1.4%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96033E (or 0x96033E) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 3E. RGB value is (150,3,62). Sum of RGB (Red+Green+Blue) = 150+3+62=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96033E is #69FCC1. Grayscale: #353535. Windows color (decimal): -6945986 or 4064150. OLE color: 4064150.

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

Color convert

RGB 150 3 62 -
CMYK 0 0.98 0.59 0.41
HSL 335.92º 0.96% 0.3% -
HSV(B) 335.92º 0.98% 0.59% -
XYZ 13.48 6.9 5.18 -
YUV 53.68 132.7 196.7 -
System Red Green Blue C M Y K H S L
Decimal 150 3 62 0 0.98 0.59 0.41 335.92 0.96 0.3
Hex 96 3 3E 0 62 3B 29 150 60 1E
Octal 226 3 76 0 142 73 51 520 140 36
Binary 10010110 11 111110 0 1100010 111011 101001 101010000 1100000 11110

Color Harmonies of #96033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96033E

Black with #96033E

Text Example


Text Example

White with #96033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96033E;
 }
 .AnyTagClassName
 {
   color: #96033E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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