Html Css Color HEX #8D062F Burgundy

📋 copy color: '#8D062F'

red 141 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #8D062F

Tints of Burgundy #8D062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 72.68%
G = 3.09%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D062F (or 0x8D062F) is known color: Burgundy. HEX triplet: 8D, 06 and 2F. RGB value is (141,6,47). Sum of RGB (Red+Green+Blue) = 141+6+47=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D062F is #72F9D0. Grayscale: #333333. Windows color (decimal): -7535057 or 3081869. OLE color: 3081869.

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

Color convert

RGB 141 6 47 -
CMYK 0 0.96 0.67 0.45
HSL 341.78º 0.92% 0.29% -
HSV(B) 341.78º 0.96% 0.55% -
XYZ 11.56 6 3.24 -
YUV 51.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 141 6 47 0 0.96 0.67 0.45 341.78 0.92 0.29
Hex 8D 6 2F 0 60 43 2D 156 5C 1D
Octal 215 6 57 0 140 103 55 526 134 35
Binary 10001101 110 101111 0 1100000 1000011 101101 101010110 1011100 11101

Color Harmonies of #8D062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D062F

Black with #8D062F

Text Example


Text Example

White with #8D062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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