#96033A

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

Shades of Burgundy #96033A

Tints of Burgundy #96033A

Color information

#96033A (or 0x96033A) is unknown color: approx Burgundy. HEX triplet: 96, 03 and 3A. RGB value is (150,3,58). Sum of RGB (Red+Green+Blue) = 150+3+58=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #96033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96033A is #69FCC5. Grayscale: #353535. Windows color (decimal): -6945990 or 3802006. OLE color: 3802006.

HSL color Cylindrical-coordinate representation of color #96033A: hue angle of 337.55º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96033A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB150358-
CMYK00.980.610.41
HSL337.55º96.08%30%-
HSV(B)337.55º98%58.82%-
XYZ13.376.854.62-
YUV53.22130.7197.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.09%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=71.09%
G=1.42%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15035800.980.610.41337.5596.0830
Hex9633A0623D29152601e
Octal2263720142755152214036
Binary100101101111101001100010111101101001101010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96033A; }

 p { color: rgb(150,3,58); }

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

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

 a { background-color: rgb(150,3,58); }

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

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

 span { border-color: rgb(150,3,58); }

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