#960c4f

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

Shades of Jazzberry Jam #960C4F

Tints of Jazzberry Jam #960C4F

Color information

#960C4F (or 0x960C4F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 0C and 4F. RGB value is (150,12,79). Sum of RGB (Red+Green+Blue) = 150+12+79=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #960C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960C4F is #69F3B0. Grayscale: #3C3C3C. Windows color (decimal): -6943665 or 5180566. OLE color: 5180566.

HSL color Cylindrical-coordinate representation of color #960C4F: hue angle of 330.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C4F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1501279-
CMYK00.920.470.41
HSL330.87º85.19%31.76%-
HSV(B)330.87º92%58.82%-
XYZ14.127.318.06-
YUV60.9138.22191.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=62.24%
G=4.98%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150127900.920.470.41330.8785.1931.76
Hex96C4F05C2F2914b5520
Octal226141170134575151312540
Binary1001011011001001111010111001011111010011010010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960c4f; }

 p { color: rgb(150,12,79); }

 H1.HeaderClassName
 {
   color: #960c4f;
 }
 .AnyTagClassName
 {
   color: #960c4f;
 }
</style>
background-color css

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

 a { background-color: rgb(150,12,79); }

 div.DivClassName
 {
   background-color: #960c4f;
 }
 .BgClassName
 {
   background-color: #960c4f;
 }
</style>
border-color css

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

 span { border-color: rgb(150,12,79); }

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