Html Css Color HEX #8D093A Burgundy

📋 copy color: '#8D093A'

red 141 ◦ green 9 ◦ blue 58

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

Shades of Burgundy #8D093A

Tints of Burgundy #8D093A

RGB

 RED value IS 141 (55.47% from 255) = 67.79%

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

 BLUE value IS 58 (23.05% from 255) = 27.88%

R = 67.79%
G = 4.33%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8D093A (or 0x8D093A) is known color: Burgundy. HEX triplet: 8D, 09 and 3A. RGB value is (141,9,58). Sum of RGB (Red+Green+Blue) = 141+9+58=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D093A is #72F6C5. Grayscale: #353535. Windows color (decimal): -7534278 or 3803533. OLE color: 3803533.

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

Color convert

RGB 141 9 58 -
CMYK 0 0.94 0.59 0.45
HSL 337.73º 0.88% 0.29% -
HSV(B) 337.73º 0.94% 0.55% -
XYZ 11.85 6.16 4.57 -
YUV 54.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 141 9 58 0 0.94 0.59 0.45 337.73 0.88 0.29
Hex 8D 9 3A 0 5E 3B 2D 152 58 1D
Octal 215 11 72 0 136 73 55 522 130 35
Binary 10001101 1001 111010 0 1011110 111011 101101 101010010 1011000 11101

Color Harmonies of #8D093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D093A

Black with #8D093A

Text Example


Text Example

White with #8D093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,9,58); }

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

background-color css

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

 a { background-color: rgb(141,9,58); }

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

border-color css

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

 span { border-color: rgb(141,9,58); }

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