#961350

Color #961350 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #961350

Tints of Jazzberry Jam #961350

Color information

#961350 (or 0x961350) is unknown color: approx 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

RGB1501980-
CMYK00.870.470.41
HSL332.06º77.51%33.14%-
HSV(B)332.06º87.33%58.82%-
XYZ14.267.538.29-
YUV65.12136.4188.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150198000.870.470.41332.0677.5133.14
Hex9613500572F2914c4e21
Octal226231200127575151411641
Binary10010110100111010000010101111011111010011010011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>