#960247

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

Shades of Jazzberry Jam #960247

Tints of Jazzberry Jam #960247

Color information

#960247 (or 0x960247) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 02 and 47. RGB value is (150,2,71). Sum of RGB (Red+Green+Blue) = 150+2+71=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #960247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960247 is #69FDB8. Grayscale: #353535. Windows color (decimal): -6946233 or 4653718. OLE color: 4653718.

HSL color Cylindrical-coordinate representation of color #960247: hue angle of 332.03º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960247 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB150271-
CMYK00.990.530.41
HSL332.03º97.37%29.8%-
HSV(B)332.03º98.67%58.82%-
XYZ13.746.986.58-
YUV54.12137.53196.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=67.26%
G=0.90%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15027100.990.530.41332.0397.3729.8
Hex96247063352914c611e
Octal22621070143655151414136
Binary1001011010100011101100011110101101001101001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960247; }

 p { color: rgb(150,2,71); }

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

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

 a { background-color: rgb(150,2,71); }

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

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

 span { border-color: rgb(150,2,71); }

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