Html Css Color HEX #8D062D Burgundy

📋 copy color: '#8D062D'

red 141 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #8D062D

Tints of Burgundy #8D062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 73.44%
G = 3.13%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D062D (or 0x8D062D) is known color: Burgundy. HEX triplet: 8D, 06 and 2D. RGB value is (141,6,45). Sum of RGB (Red+Green+Blue) = 141+6+45=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D062D is #72F9D2. Grayscale: #323232. Windows color (decimal): -7535059 or 2950797. OLE color: 2950797.

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

Color convert

RGB 141 6 45 -
CMYK 0 0.96 0.68 0.45
HSL 342.67º 0.92% 0.29% -
HSV(B) 342.67º 0.96% 0.55% -
XYZ 11.52 5.98 3.03 -
YUV 50.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 141 6 45 0 0.96 0.68 0.45 342.67 0.92 0.29
Hex 8D 6 2D 0 60 44 2D 157 5C 1D
Octal 215 6 55 0 140 104 55 527 134 35
Binary 10001101 110 101101 0 1100000 1000100 101101 101010111 1011100 11101

Color Harmonies of #8D062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D062D

Black with #8D062D

Text Example


Text Example

White with #8D062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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