Html Css Color HEX #8C093E Burgundy

📋 copy color: '#8C093E'

red 140 ◦ green 9 ◦ blue 62

#8C093E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #8C093E

Tints of Burgundy #8C093E

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 value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C093E (or 0x8C093E) is known color: 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

RGB 140 9 62 -
CMYK 0 0.94 0.56 0.45
HSL 335.73º 0.88% 0.29% -
HSV(B) 335.73º 0.94% 0.55% -
XYZ 11.78 6.12 5.12 -
YUV 54.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 140 9 62 0 0.94 0.56 0.45 335.73 0.88 0.29
Hex 8C 9 3E 0 5E 38 2D 150 58 1D
Octal 214 11 76 0 136 70 55 520 130 35
Binary 10001100 1001 111110 0 1011110 111000 101101 101010000 1011000 11101

Color Harmonies of #8C093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C093E

Black with #8C093E

Text Example


Text Example

White with #8C093E

Text Example


Text Example

HTML Codes & Css Web 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>