#96063F

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

Shades of Jazzberry Jam #96063F

Tints of Jazzberry Jam #96063F

Color information

#96063F (or 0x96063F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 06 and 3F. RGB value is (150,6,63). Sum of RGB (Red+Green+Blue) = 150+6+63=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #96063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96063F is #69F9C0. Grayscale: #373737. Windows color (decimal): -6945217 or 4130454. OLE color: 4130454.

HSL color Cylindrical-coordinate representation of color #96063F: hue angle of 336.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96063F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB150663-
CMYK00.960.580.41
HSL336.25º92.31%30.59%-
HSV(B)336.25º96%58.82%-
XYZ13.546.975.33-
YUV55.55132.21195.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 63 (25% from 255) = 28.77%
R=68.49%
G=2.74%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15066300.960.580.41336.2592.3130.59
Hex9663F0603A291505c1f
Octal2266770140725152013437
Binary1001011011011111101100000111010101001101010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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