#93042C

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

Shades of Burgundy #93042C

Tints of Burgundy #93042C

Color information

#93042C (or 0x93042C) is unknown color: approx Burgundy. HEX triplet: 93, 04 and 2C. RGB value is (147,4,44). Sum of RGB (Red+Green+Blue) = 147+4+44=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93042C is #6CFBD3. Grayscale: #333333. Windows color (decimal): -7142356 or 2884755. OLE color: 2884755.

HSL color Cylindrical-coordinate representation of color #93042C: hue angle of 343.22º degrees, saturation: 0.95, 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 #93042C is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB147444-
CMYK00.970.700.42
HSL343.22º94.7%29.61%-
HSV(B)343.22º97.28%57.65%-
XYZ12.536.472.97-
YUV51.32123.88196.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.38%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=75.38%
G=2.05%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14744400.970.700.42343.2294.729.61
Hex9342C061462A1575f1e
Octal22345401411065252713736
Binary10010011100101100011000011000110101010101010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93042C; }

 p { color: rgb(147,4,44); }

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

<style>
 a { background-color: #93042C; }

 a { background-color: rgb(147,4,44); }

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

<style>
 span { border-color: #93042C; }

 span { border-color: rgb(147,4,44); }

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