#96003B

Color #96003B Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #96003B

Tints of Burgundy #96003B

Color information

#96003B (or 0x96003B) is unknown color: approx Burgundy. HEX triplet: 96, 00 and 3B. RGB value is (150,0,59). Sum of RGB (Red+Green+Blue) = 150+0+59=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #96003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96003B is #69FFC4. Grayscale: #333333. Windows color (decimal): -6946757 or 3866774. OLE color: 3866774.

HSL color Cylindrical-coordinate representation of color #96003B: hue angle of 336.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96003B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB150059-
CMYK010.610.41
HSL336.4º100%29.41%-
HSV(B)336.4º100%58.82%-
XYZ13.376.84.75-
YUV51.58132.2198.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=71.77%
G=0%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150059010.610.41336.410029.41
Hex9603B0643D29150641d
Octal2260730144755152014435
Binary10010110011101101100100111101101001101010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96003B; }

 p { color: rgb(150,0,59); }

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

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

 a { background-color: rgb(150,0,59); }

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

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

 span { border-color: rgb(150,0,59); }

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