#96053A

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

Shades of Burgundy #96053A

Tints of Burgundy #96053A

Color information

#96053A (or 0x96053A) is unknown color: approx Burgundy. HEX triplet: 96, 05 and 3A. RGB value is (150,5,58). Sum of RGB (Red+Green+Blue) = 150+5+58=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96053A is #69FAC5. Grayscale: #363636. Windows color (decimal): -6945478 or 3802518. OLE color: 3802518.

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

Color convert

RGB150558-
CMYK00.970.610.41
HSL338.07º93.55%30.39%-
HSV(B)338.07º96.67%58.82%-
XYZ13.46.94.63-
YUV54.4130.04196.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=70.42%
G=2.35%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15055800.970.610.41338.0793.5530.39
Hex9653A0613D291525e1e
Octal2265720141755152213636
Binary1001011010111101001100001111101101001101010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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