#960B4C

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

Shades of Jazzberry Jam #960B4C

Tints of Jazzberry Jam #960B4C

Color information

#960B4C (or 0x960B4C) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 0B and 4C. RGB value is (150,11,76). Sum of RGB (Red+Green+Blue) = 150+11+76=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #960B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960B4C is #69F4B3. Grayscale: #3B3B3B. Windows color (decimal): -6943924 or 4983702. OLE color: 4983702.

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

Color convert

RGB1501176-
CMYK00.930.490.41
HSL331.94º86.34%31.57%-
HSV(B)331.94º92.67%58.82%-
XYZ147.257.5-
YUV59.97137.05192.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=63.29%
G=4.64%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150117600.930.490.41331.9486.3431.57
Hex96B4C05D312914c5620
Octal226131140135615151412640
Binary1001011010111001100010111011100011010011010011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,11,76); }

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

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

 a { background-color: rgb(150,11,76); }

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

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

 span { border-color: rgb(150,11,76); }

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