Html Css Color HEX #8D003E Burgundy

📋 copy color: '#8D003E'

red 141 ◦ green 0 ◦ blue 62

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

Shades of Burgundy #8D003E

Tints of Burgundy #8D003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 69.46%
G = 0%
B = 30.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8D003E (or 0x8D003E) is known color: Burgundy. HEX triplet: 8D, 00 and 3E. RGB value is (141,0,62). Sum of RGB (Red+Green+Blue) = 141+0+62=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D003E is #72FFC1. Grayscale: #313131. Windows color (decimal): -7536578 or 4063373. OLE color: 4063373.

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

Color convert

RGB 141 0 62 -
CMYK 0 1 0.56 0.45
HSL 333.62º 1% 0.28% -
HSV(B) 333.62º 1% 0.55% -
XYZ 11.85 6.01 5.09 -
YUV 49.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 141 0 62 0 1 0.56 0.45 333.62 1 0.28
Hex 8D 0 3E 0 64 38 2D 14E 64 1C
Octal 215 0 76 0 144 70 55 516 144 34
Binary 10001101 0 111110 0 1100100 111000 101101 101001110 1100100 11100

Color Harmonies of #8D003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D003E

Black with #8D003E

Text Example


Text Example

White with #8D003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,62); }

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

background-color css

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

 a { background-color: rgb(141,0,62); }

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

border-color css

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

 span { border-color: rgb(141,0,62); }

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