Html Css Color HEX #96024D Jazzberry Jam

📋 copy color: '#96024D'

red 150 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #96024D

Tints of Jazzberry Jam #96024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 65.5%
G = 0.87%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96024D (or 0x96024D) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 4D. RGB value is (150,2,77). Sum of RGB (Red+Green+Blue) = 150+2+77=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96024D is #69FDB2. Grayscale: #363636. Windows color (decimal): -6946227 or 5046934. OLE color: 5046934.

HSL color Cylindrical-coordinate representation of color #96024D: hue angle of 329.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96024D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 77 -
CMYK 0 0.99 0.49 0.41
HSL 329.59º 0.97% 0.3% -
HSV(B) 329.59º 0.99% 0.59% -
XYZ 13.94 7.06 7.65 -
YUV 54.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 150 2 77 0 0.99 0.49 0.41 329.59 0.97 0.3
Hex 96 2 4D 0 63 31 29 14A 61 1E
Octal 226 2 115 0 143 61 51 512 141 36
Binary 10010110 10 1001101 0 1100011 110001 101001 101001010 1100001 11110

Color Harmonies of #96024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96024D

Black with #96024D

Text Example


Text Example

White with #96024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96024D;
 }
 .AnyTagClassName
 {
   color: #96024D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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