#93013B

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

Shades of Burgundy #93013B

Tints of Burgundy #93013B

Color information

#93013B (or 0x93013B) is unknown color: approx Burgundy. HEX triplet: 93, 01 and 3B. RGB value is (147,1,59). Sum of RGB (Red+Green+Blue) = 147+1+59=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #93013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93013B is #6CFEC4. Grayscale: #333333. Windows color (decimal): -7143109 or 3867027. OLE color: 3867027.

HSL color Cylindrical-coordinate representation of color #93013B: hue angle of 336.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93013B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB147159-
CMYK00.990.600.42
HSL336.16º98.65%29.02%-
HSV(B)336.16º99.32%57.65%-
XYZ12.836.544.72-
YUV51.27132.37196.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.01%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=71.01%
G=0.48%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14715900.990.600.42336.1698.6529.02
Hex9313B0633C2A150631d
Octal2231730143745252014335
Binary10010011111101101100011111100101010101010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,1,59); }

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

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

 a { background-color: rgb(147,1,59); }

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

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

 span { border-color: rgb(147,1,59); }

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