Html Css Color HEX #96044C Jazzberry Jam

📋 copy color: '#96044C'

red 150 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #96044C

Tints of Jazzberry Jam #96044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

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

R = 65.22%
G = 1.74%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96044C (or 0x96044C) is known color: Jazzberry Jam. HEX triplet: 96, 04 and 4C. RGB value is (150,4,76). Sum of RGB (Red+Green+Blue) = 150+4+76=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #96044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96044C is #69FBB3. Grayscale: #373737. Windows color (decimal): -6945716 or 4981910. OLE color: 4981910.

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

Color convert

RGB 150 4 76 -
CMYK 0 0.97 0.49 0.41
HSL 330.41º 0.95% 0.3% -
HSV(B) 330.41º 0.97% 0.59% -
XYZ 13.93 7.09 7.47 -
YUV 55.86 139.37 195.15 -
System Red Green Blue C M Y K H S L
Decimal 150 4 76 0 0.97 0.49 0.41 330.41 0.95 0.3
Hex 96 4 4C 0 61 31 29 14A 5F 1E
Octal 226 4 114 0 141 61 51 512 137 36
Binary 10010110 100 1001100 0 1100001 110001 101001 101001010 1011111 11110

Color Harmonies of #96044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96044C

Black with #96044C

Text Example


Text Example

White with #96044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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