#960C4E

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

Shades of Jazzberry Jam #960C4E

Tints of Jazzberry Jam #960C4E

Color information

#960C4E (or 0x960C4E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 0C and 4E. RGB value is (150,12,78). Sum of RGB (Red+Green+Blue) = 150+12+78=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #960C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960C4E is #69F3B1. Grayscale: #3C3C3C. Windows color (decimal): -6943666 or 5115030. OLE color: 5115030.

HSL color Cylindrical-coordinate representation of color #960C4E: hue angle of 331.3º 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 #960C4E is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1501278-
CMYK00.920.480.41
HSL331.3º85.19%31.76%-
HSV(B)331.3º92%58.82%-
XYZ14.087.37.87-
YUV60.79137.72191.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=62.5%
G=5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150127800.920.480.41331.385.1931.76
Hex96C4E05C302914b5520
Octal226141160134605151312540
Binary1001011011001001110010111001100001010011010010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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