Html Css Color HEX #96084D Jazzberry Jam

📋 copy color: '#96084D'

red 150 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #96084D

Tints of Jazzberry Jam #96084D

RGB

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

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

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

R = 63.83%
G = 3.4%
B = 32.77%

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

#96084D (or 0x96084D) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 4D. RGB value is (150,8,77). Sum of RGB (Red+Green+Blue) = 150+8+77=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #96084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96084D is #69F7B2. Grayscale: #3A3A3A. Windows color (decimal): -6944691 or 5048470. OLE color: 5048470.

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

Color convert

RGB 150 8 77 -
CMYK 0 0.95 0.49 0.41
HSL 330.85º 0.9% 0.31% -
HSV(B) 330.85º 0.95% 0.59% -
XYZ 14 7.19 7.67 -
YUV 58.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 150 8 77 0 0.95 0.49 0.41 330.85 0.9 0.31
Hex 96 8 4D 0 5F 31 29 14B 5A 1F
Octal 226 10 115 0 137 61 51 513 132 37
Binary 10010110 1000 1001101 0 1011111 110001 101001 101001011 1011010 11111

Color Harmonies of #96084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96084D

Black with #96084D

Text Example


Text Example

White with #96084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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