Html Css Color HEX #961356 Jazzberry Jam

📋 copy color: '#961356'

red 150 ◦ green 19 ◦ blue 86

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

Shades of Jazzberry Jam #961356

Tints of Jazzberry Jam #961356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 58.82%
G = 7.45%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#961356 (or 0x961356) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 56. RGB value is (150,19,86). Sum of RGB (Red+Green+Blue) = 150+19+86=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #961356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961356 is #69ECA9. Grayscale: #414141. Windows color (decimal): -6941866 or 5641110. OLE color: 5641110.

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

Color convert

RGB 150 19 86 -
CMYK 0 0.87 0.43 0.41
HSL 329.31º 0.78% 0.33% -
HSV(B) 329.31º 0.87% 0.59% -
XYZ 14.49 7.62 9.51 -
YUV 65.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 150 19 86 0 0.87 0.43 0.41 329.31 0.78 0.33
Hex 96 13 56 0 57 2B 29 149 4E 21
Octal 226 23 126 0 127 53 51 511 116 41
Binary 10010110 10011 1010110 0 1010111 101011 101001 101001001 1001110 100001

Color Harmonies of #961356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961356

Black with #961356

Text Example


Text Example

White with #961356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961356; }

 p { color: rgb(150,19,86); }

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

background-color css

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

 a { background-color: rgb(150,19,86); }

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

border-color css

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

 span { border-color: rgb(150,19,86); }

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