Html Css Color HEX #96124C Jazzberry Jam

📋 copy color: '#96124C'

red 150 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #96124C

Tints of Jazzberry Jam #96124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 61.48%
G = 7.38%
B = 31.15%

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

#96124C (or 0x96124C) is known color: Jazzberry Jam. HEX triplet: 96, 12 and 4C. RGB value is (150,18,76). Sum of RGB (Red+Green+Blue) = 150+18+76=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96124C is #69EDB3. Grayscale: #3F3F3F. Windows color (decimal): -6942132 or 4985494. OLE color: 4985494.

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

Color convert

RGB 150 18 76 -
CMYK 0 0.88 0.49 0.41
HSL 333.64º 0.79% 0.33% -
HSV(B) 333.64º 0.88% 0.59% -
XYZ 14.1 7.44 7.53 -
YUV 64.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 150 18 76 0 0.88 0.49 0.41 333.64 0.79 0.33
Hex 96 12 4C 0 58 31 29 14E 4F 21
Octal 226 22 114 0 130 61 51 516 117 41
Binary 10010110 10010 1001100 0 1011000 110001 101001 101001110 1001111 100001

Color Harmonies of #96124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96124C

Black with #96124C

Text Example


Text Example

White with #96124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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