Html Css Color HEX #8D072E Burgundy

📋 copy color: '#8D072E'

red 141 ◦ green 7 ◦ blue 46

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

Shades of Burgundy #8D072E

Tints of Burgundy #8D072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

 BLUE value IS 46 (18.36% from 255) = 23.71%

R = 72.68%
G = 3.61%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D072E (or 0x8D072E) is known color: Burgundy. HEX triplet: 8D, 07 and 2E. RGB value is (141,7,46). Sum of RGB (Red+Green+Blue) = 141+7+46=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D072E is #72F8D1. Grayscale: #333333. Windows color (decimal): -7534802 or 3016589. OLE color: 3016589.

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

Color convert

RGB 141 7 46 -
CMYK 0 0.95 0.67 0.45
HSL 342.54º 0.91% 0.29% -
HSV(B) 342.54º 0.95% 0.55% -
XYZ 11.55 6.01 3.14 -
YUV 51.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 141 7 46 0 0.95 0.67 0.45 342.54 0.91 0.29
Hex 8D 7 2E 0 5F 43 2D 157 5B 1D
Octal 215 7 56 0 137 103 55 527 133 35
Binary 10001101 111 101110 0 1011111 1000011 101101 101010111 1011011 11101

Color Harmonies of #8D072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D072E

Black with #8D072E

Text Example


Text Example

White with #8D072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,7,46); }

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

background-color css

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

 a { background-color: rgb(141,7,46); }

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

border-color css

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

 span { border-color: rgb(141,7,46); }

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