#8C093E

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

Shades of Burgundy #8C093E

Tints of Burgundy #8C093E

Color information

#8C093E (or 0x8C093E) is unknown color: approx Burgundy. HEX triplet: 8C, 09 and 3E. RGB value is (140,9,62). Sum of RGB (Red+Green+Blue) = 140+9+62=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C093E is #73F6C1. Grayscale: #363636. Windows color (decimal): -7599810 or 4065676. OLE color: 4065676.

HSL color Cylindrical-coordinate representation of color #8C093E: hue angle of 335.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C093E is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB140962-
CMYK00.940.560.45
HSL335.73º87.92%29.22%-
HSV(B)335.73º93.57%54.9%-
XYZ11.786.125.12-
YUV54.21132.4189.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=66.35%
G=4.27%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14096200.940.560.45335.7387.9229.22
Hex8C93E05E382D150581d
Octal21411760136705552013035
Binary10001100100111111001011110111000101101101010000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C093E; }

 p { color: rgb(140,9,62); }

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

<style>
 a { background-color: #8C093E; }

 a { background-color: rgb(140,9,62); }

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

<style>
 span { border-color: #8C093E; }

 span { border-color: rgb(140,9,62); }

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