#93053A

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

Shades of Burgundy #93053A

Tints of Burgundy #93053A

Color information

#93053A (or 0x93053A) is unknown color: approx Burgundy. HEX triplet: 93, 05 and 3A. RGB value is (147,5,58). Sum of RGB (Red+Green+Blue) = 147+5+58=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93053A is #6CFAC5. Grayscale: #353535. Windows color (decimal): -7142086 or 3802515. OLE color: 3802515.

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

Color convert

RGB147558-
CMYK00.970.610.42
HSL337.61º93.42%29.8%-
HSV(B)337.61º96.6%57.65%-
XYZ12.856.624.6-
YUV53.5130.54194.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=70%
G=2.38%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14755800.970.610.42337.6193.4229.8
Hex9353A0613D2A1525d1e
Octal2235720141755252213536
Binary1001001110111101001100001111101101010101010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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