Html Css Color HEX #8D063E Burgundy

📋 copy color: '#8D063E'

red 141 ◦ green 6 ◦ blue 62

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

Shades of Burgundy #8D063E

Tints of Burgundy #8D063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 67.46%
G = 2.87%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8D063E (or 0x8D063E) is known color: Burgundy. HEX triplet: 8D, 06 and 3E. RGB value is (141,6,62). Sum of RGB (Red+Green+Blue) = 141+6+62=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D063E is #72F9C1. Grayscale: #343434. Windows color (decimal): -7535042 or 4064909. OLE color: 4064909.

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

Color convert

RGB 141 6 62 -
CMYK 0 0.96 0.56 0.45
HSL 335.11º 0.92% 0.29% -
HSV(B) 335.11º 0.96% 0.55% -
XYZ 11.92 6.14 5.11 -
YUV 52.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 141 6 62 0 0.96 0.56 0.45 335.11 0.92 0.29
Hex 8D 6 3E 0 60 38 2D 14F 5C 1D
Octal 215 6 76 0 140 70 55 517 134 35
Binary 10001101 110 111110 0 1100000 111000 101101 101001111 1011100 11101

Color Harmonies of #8D063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D063E

Black with #8D063E

Text Example


Text Example

White with #8D063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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