Html Css Color HEX #961052 Jazzberry Jam

📋 copy color: '#961052'

red 150 ◦ green 16 ◦ blue 82

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

Shades of Jazzberry Jam #961052

Tints of Jazzberry Jam #961052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 60.48%
G = 6.45%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#961052 (or 0x961052) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 52. RGB value is (150,16,82). Sum of RGB (Red+Green+Blue) = 150+16+82=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #961052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961052 is #69EFAD. Grayscale: #3F3F3F. Windows color (decimal): -6942638 or 5378198. OLE color: 5378198.

HSL color Cylindrical-coordinate representation of color #961052: hue angle of 330.45º 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 #961052 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 82 -
CMYK 0 0.89 0.45 0.41
HSL 330.45º 0.81% 0.33% -
HSV(B) 330.45º 0.89% 0.59% -
XYZ 14.29 7.46 8.67 -
YUV 63.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 150 16 82 0 0.89 0.45 0.41 330.45 0.81 0.33
Hex 96 10 52 0 59 2D 29 14A 51 21
Octal 226 20 122 0 131 55 51 512 121 41
Binary 10010110 10000 1010010 0 1011001 101101 101001 101001010 1010001 100001

Color Harmonies of #961052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961052

Black with #961052

Text Example


Text Example

White with #961052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961052; }

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

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

background-color css

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

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

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

border-color css

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

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

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