Html Css Color HEX #96124D Jazzberry Jam

📋 copy color: '#96124D'

red 150 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #96124D

Tints of Jazzberry Jam #96124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 61.22%
G = 7.35%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96124D (or 0x96124D) is known color: Jazzberry Jam. HEX triplet: 96, 12 and 4D. RGB value is (150,18,77). Sum of RGB (Red+Green+Blue) = 150+18+77=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96124D is #69EDB2. Grayscale: #404040. Windows color (decimal): -6942131 or 5051030. OLE color: 5051030.

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

Color convert

RGB 150 18 77 -
CMYK 0 0.88 0.49 0.41
HSL 333.18º 0.79% 0.33% -
HSV(B) 333.18º 0.88% 0.59% -
XYZ 14.13 7.45 7.71 -
YUV 64.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 150 18 77 0 0.88 0.49 0.41 333.18 0.79 0.33
Hex 96 12 4D 0 58 31 29 14D 4F 21
Octal 226 22 115 0 130 61 51 515 117 41
Binary 10010110 10010 1001101 0 1011000 110001 101001 101001101 1001111 100001

Color Harmonies of #96124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96124D

Black with #96124D

Text Example


Text Example

White with #96124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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