#96083F

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

Shades of Jazzberry Jam #96083F

Tints of Jazzberry Jam #96083F

Color information

#96083F (or 0x96083F) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 08 and 3F. RGB value is (150,8,63). Sum of RGB (Red+Green+Blue) = 150+8+63=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #96083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96083F is #69F7C0. Grayscale: #383838. Windows color (decimal): -6944705 or 4130966. OLE color: 4130966.

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

Color convert

RGB150863-
CMYK00.950.580.41
HSL336.76º89.87%30.98%-
HSV(B)336.76º94.67%58.82%-
XYZ13.567.025.34-
YUV56.73131.54194.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 63 (25% from 255) = 28.51%
R=67.87%
G=3.62%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15086300.950.580.41336.7689.8730.98
Hex9683F05F3A291515a1f
Octal22610770137725152113237
Binary10010110100011111101011111111010101001101010001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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