Html Css Color HEX #961353 Jazzberry Jam

📋 copy color: '#961353'

red 150 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #961353

Tints of Jazzberry Jam #961353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 59.52%
G = 7.54%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#961353 (or 0x961353) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 53. RGB value is (150,19,83). Sum of RGB (Red+Green+Blue) = 150+19+83=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #961353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961353 is #69ECAC. Grayscale: #414141. Windows color (decimal): -6941869 or 5444502. OLE color: 5444502.

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

Color convert

RGB 150 19 83 -
CMYK 0 0.87 0.45 0.41
HSL 330.69º 0.78% 0.33% -
HSV(B) 330.69º 0.87% 0.59% -
XYZ 14.37 7.57 8.89 -
YUV 65.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 150 19 83 0 0.87 0.45 0.41 330.69 0.78 0.33
Hex 96 13 53 0 57 2D 29 14B 4E 21
Octal 226 23 123 0 127 55 51 513 116 41
Binary 10010110 10011 1010011 0 1010111 101101 101001 101001011 1001110 100001

Color Harmonies of #961353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961353

Black with #961353

Text Example


Text Example

White with #961353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961353; }

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

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

background-color css

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

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

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

border-color css

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

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

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