Html Css Color HEX #961350 Jazzberry Jam

📋 copy color: '#961350'

red 150 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #961350

Tints of Jazzberry Jam #961350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 60.24%
G = 7.63%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#961350 (or 0x961350) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 50. RGB value is (150,19,80). Sum of RGB (Red+Green+Blue) = 150+19+80=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #961350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961350 is #69ECAF. Grayscale: #414141. Windows color (decimal): -6941872 or 5247894. OLE color: 5247894.

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

Color convert

RGB 150 19 80 -
CMYK 0 0.87 0.47 0.41
HSL 332.06º 0.78% 0.33% -
HSV(B) 332.06º 0.87% 0.59% -
XYZ 14.26 7.53 8.29 -
YUV 65.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 150 19 80 0 0.87 0.47 0.41 332.06 0.78 0.33
Hex 96 13 50 0 57 2F 29 14C 4E 21
Octal 226 23 120 0 127 57 51 514 116 41
Binary 10010110 10011 1010000 0 1010111 101111 101001 101001100 1001110 100001

Color Harmonies of #961350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961350

Black with #961350

Text Example


Text Example

White with #961350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961350; }

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

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

background-color css

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

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

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

border-color css

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

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

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