Html Css Color HEX #8C093B Burgundy

📋 copy color: '#8C093B'

red 140 ◦ green 9 ◦ blue 59

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

Shades of Burgundy #8C093B

Tints of Burgundy #8C093B

RGB

 RED value IS 140 (55.08% from 255) = 67.31%

 GREEN value IS 9 (3.91% from 255) = 4.33%

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 67.31%
G = 4.33%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C093B (or 0x8C093B) is known color: Burgundy. HEX triplet: 8C, 09 and 3B. RGB value is (140,9,59). Sum of RGB (Red+Green+Blue) = 140+9+59=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C093B is #73F6C4. Grayscale: #353535. Windows color (decimal): -7599813 or 3869068. OLE color: 3869068.

HSL color Cylindrical-coordinate representation of color #8C093B: hue angle of 337.1º 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 #8C093B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 9 59 -
CMYK 0 0.94 0.58 0.45
HSL 337.1º 0.88% 0.29% -
HSV(B) 337.1º 0.94% 0.55% -
XYZ 11.7 6.09 4.7 -
YUV 53.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 140 9 59 0 0.94 0.58 0.45 337.1 0.88 0.29
Hex 8C 9 3B 0 5E 3A 2D 151 58 1D
Octal 214 11 73 0 136 72 55 521 130 35
Binary 10001100 1001 111011 0 1011110 111010 101101 101010001 1011000 11101

Color Harmonies of #8C093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C093B

Black with #8C093B

Text Example


Text Example

White with #8C093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C093B;
 }
 .AnyTagClassName
 {
   color: #8C093B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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