Html Css Color HEX #960A49 Jazzberry Jam

📋 copy color: '#960A49'

red 150 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #960A49

Tints of Jazzberry Jam #960A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.29%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 64.38%
G = 4.29%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#960A49 (or 0x960A49) is known color: Jazzberry Jam. HEX triplet: 96, 0A and 49. RGB value is (150,10,73). Sum of RGB (Red+Green+Blue) = 150+10+73=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #960A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960A49 is #69F5B6. Grayscale: #3A3A3A. Windows color (decimal): -6944183 or 4786838. OLE color: 4786838.

HSL color Cylindrical-coordinate representation of color #960A49: hue angle of 333º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A49 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 10 73 -
CMYK 0 0.93 0.51 0.41
HSL 333º 0.88% 0.31% -
HSV(B) 333º 0.93% 0.59% -
XYZ 13.89 7.18 6.96 -
YUV 59.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 150 10 73 0 0.93 0.51 0.41 333 0.88 0.31
Hex 96 A 49 0 5D 33 29 14D 58 1F
Octal 226 12 111 0 135 63 51 515 130 37
Binary 10010110 1010 1001001 0 1011101 110011 101001 101001101 1011000 11111

Color Harmonies of #960A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960A49

Black with #960A49

Text Example


Text Example

White with #960A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960A49; }

 p { color: rgb(150,10,73); }

 H1.HeaderClassName
 {
   color: #960A49;
 }
 .AnyTagClassName
 {
   color: #960A49;
 }
</style>

background-color css

<style>
 a { background-color: #960A49; }

 a { background-color: rgb(150,10,73); }

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

border-color css

<style>
 span { border-color: #960A49; }

 span { border-color: rgb(150,10,73); }

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