Html Css Color HEX #96084C Jazzberry Jam

📋 copy color: '#96084C'

red 150 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #96084C

Tints of Jazzberry Jam #96084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 64.1%
G = 3.42%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96084C (or 0x96084C) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 4C. RGB value is (150,8,76). Sum of RGB (Red+Green+Blue) = 150+8+76=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96084C is #69F7B3. Grayscale: #3A3A3A. Windows color (decimal): -6944692 or 4982934. OLE color: 4982934.

HSL color Cylindrical-coordinate representation of color #96084C: hue angle of 331.27º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96084C is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 76 -
CMYK 0 0.95 0.49 0.41
HSL 331.27º 0.9% 0.31% -
HSV(B) 331.27º 0.95% 0.59% -
XYZ 13.97 7.18 7.49 -
YUV 58.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 150 8 76 0 0.95 0.49 0.41 331.27 0.9 0.31
Hex 96 8 4C 0 5F 31 29 14B 5A 1F
Octal 226 10 114 0 137 61 51 513 132 37
Binary 10010110 1000 1001100 0 1011111 110001 101001 101001011 1011010 11111

Color Harmonies of #96084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96084C

Black with #96084C

Text Example


Text Example

White with #96084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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