#96013F

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

Shades of Jazzberry Jam #96013F

Tints of Jazzberry Jam #96013F

Color information

#96013F (or 0x96013F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 01 and 3F. RGB value is (150,1,63). Sum of RGB (Red+Green+Blue) = 150+1+63=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96013F is #69FEC0. Grayscale: #343434. Windows color (decimal): -6946497 or 4129174. OLE color: 4129174.

HSL color Cylindrical-coordinate representation of color #96013F: hue angle of 335.03º degrees, saturation: 0.99, 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 #96013F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB150163-
CMYK00.990.580.41
HSL335.03º98.68%29.61%-
HSV(B)335.03º99.33%58.82%-
XYZ13.496.865.32-
YUV52.62133.86197.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 63 (25% from 255) = 29.44%
R=70.09%
G=0.47%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15016300.990.580.41335.0398.6829.61
Hex9613F0633A2914f631e
Octal2261770143725151714336
Binary10010110111111101100011111010101001101001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96013F; }

 p { color: rgb(150,1,63); }

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

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

 a { background-color: rgb(150,1,63); }

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

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

 span { border-color: rgb(150,1,63); }

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