Html Css Color HEX #961049 Jazzberry Jam

📋 copy color: '#961049'

red 150 ◦ green 16 ◦ blue 73

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

Shades of Jazzberry Jam #961049

Tints of Jazzberry Jam #961049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 62.76%
G = 6.69%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#961049 (or 0x961049) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 49. RGB value is (150,16,73). Sum of RGB (Red+Green+Blue) = 150+16+73=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #961049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961049 is #69EFB6. Grayscale: #3E3E3E. Windows color (decimal): -6942647 or 4788374. OLE color: 4788374.

HSL color Cylindrical-coordinate representation of color #961049: hue angle of 334.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961049 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 73 -
CMYK 0 0.89 0.51 0.41
HSL 334.48º 0.81% 0.33% -
HSV(B) 334.48º 0.89% 0.59% -
XYZ 13.97 7.34 6.98 -
YUV 62.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 150 16 73 0 0.89 0.51 0.41 334.48 0.81 0.33
Hex 96 10 49 0 59 33 29 14E 51 21
Octal 226 20 111 0 131 63 51 516 121 41
Binary 10010110 10000 1001001 0 1011001 110011 101001 101001110 1010001 100001

Color Harmonies of #961049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961049

Black with #961049

Text Example


Text Example

White with #961049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961049; }

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

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

background-color css

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

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

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

border-color css

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

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

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