Html Css Color HEX #8D023E Burgundy

📋 copy color: '#8D023E'

red 141 ◦ green 2 ◦ blue 62

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

Shades of Burgundy #8D023E

Tints of Burgundy #8D023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 68.78%
G = 0.98%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8D023E (or 0x8D023E) is known color: Burgundy. HEX triplet: 8D, 02 and 3E. RGB value is (141,2,62). Sum of RGB (Red+Green+Blue) = 141+2+62=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D023E is #72FDC1. Grayscale: #323232. Windows color (decimal): -7536066 or 4063885. OLE color: 4063885.

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

Color convert

RGB 141 2 62 -
CMYK 0 0.99 0.56 0.45
HSL 334.1º 0.97% 0.28% -
HSV(B) 334.1º 0.99% 0.55% -
XYZ 11.88 6.05 5.1 -
YUV 50.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 141 2 62 0 0.99 0.56 0.45 334.1 0.97 0.28
Hex 8D 2 3E 0 63 38 2D 14E 61 1C
Octal 215 2 76 0 143 70 55 516 141 34
Binary 10001101 10 111110 0 1100011 111000 101101 101001110 1100001 11100

Color Harmonies of #8D023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D023E

Black with #8D023E

Text Example


Text Example

White with #8D023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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