Html Css Color HEX #96044A Jazzberry Jam

📋 copy color: '#96044A'

red 150 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #96044A

Tints of Jazzberry Jam #96044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 65.79%
G = 1.75%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96044A (or 0x96044A) is known color: Jazzberry Jam. HEX triplet: 96, 04 and 4A. RGB value is (150,4,74). Sum of RGB (Red+Green+Blue) = 150+4+74=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96044A is #69FBB5. Grayscale: #373737. Windows color (decimal): -6945718 or 4850838. OLE color: 4850838.

HSL color Cylindrical-coordinate representation of color #96044A: hue angle of 331.23º 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 #96044A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 74 -
CMYK 0 0.97 0.51 0.41
HSL 331.23º 0.95% 0.3% -
HSV(B) 331.23º 0.97% 0.59% -
XYZ 13.86 7.07 7.11 -
YUV 55.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 150 4 74 0 0.97 0.51 0.41 331.23 0.95 0.3
Hex 96 4 4A 0 61 33 29 14B 5F 1E
Octal 226 4 112 0 141 63 51 513 137 36
Binary 10010110 100 1001010 0 1100001 110011 101001 101001011 1011111 11110

Color Harmonies of #96044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96044A

Black with #96044A

Text Example


Text Example

White with #96044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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