Html Css Color HEX #8D062B Burgundy

📋 copy color: '#8D062B'

red 141 ◦ green 6 ◦ blue 43

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

Shades of Burgundy #8D062B

Tints of Burgundy #8D062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.63%

R = 74.21%
G = 3.16%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D062B (or 0x8D062B) is known color: Burgundy. HEX triplet: 8D, 06 and 2B. RGB value is (141,6,43). Sum of RGB (Red+Green+Blue) = 141+6+43=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D062B is #72F9D4. Grayscale: #323232. Windows color (decimal): -7535061 or 2819725. OLE color: 2819725.

HSL color Cylindrical-coordinate representation of color #8D062B: hue angle of 343.56º 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 #8D062B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 6 43 -
CMYK 0 0.96 0.70 0.45
HSL 343.56º 0.92% 0.29% -
HSV(B) 343.56º 0.96% 0.55% -
XYZ 11.49 5.97 2.83 -
YUV 50.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 141 6 43 0 0.96 0.70 0.45 343.56 0.92 0.29
Hex 8D 6 2B 0 60 46 2D 158 5C 1D
Octal 215 6 53 0 140 106 55 530 134 35
Binary 10001101 110 101011 0 1100000 1000110 101101 101011000 1011100 11101

Color Harmonies of #8D062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D062B

Black with #8D062B

Text Example


Text Example

White with #8D062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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