Html Css Color HEX #960D49 Jazzberry Jam

📋 copy color: '#960D49'

red 150 ◦ green 13 ◦ blue 73

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

Shades of Jazzberry Jam #960D49

Tints of Jazzberry Jam #960D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

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

R = 63.56%
G = 5.51%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#960D49 (or 0x960D49) is known color: Jazzberry Jam. HEX triplet: 96, 0D and 49. RGB value is (150,13,73). Sum of RGB (Red+Green+Blue) = 150+13+73=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #960D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960D49 is #69F2B6. Grayscale: #3C3C3C. Windows color (decimal): -6943415 or 4787606. OLE color: 4787606.

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

Color convert

RGB 150 13 73 -
CMYK 0 0.91 0.51 0.41
HSL 333.72º 0.84% 0.32% -
HSV(B) 333.72º 0.91% 0.59% -
XYZ 13.92 7.25 6.97 -
YUV 60.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 150 13 73 0 0.91 0.51 0.41 333.72 0.84 0.32
Hex 96 D 49 0 5B 33 29 14E 54 20
Octal 226 15 111 0 133 63 51 516 124 40
Binary 10010110 1101 1001001 0 1011011 110011 101001 101001110 1010100 100000

Color Harmonies of #960D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960D49

Black with #960D49

Text Example


Text Example

White with #960D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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