Html Css Color HEX #8D0A3D Burgundy

📋 copy color: '#8D0A3D'

red 141 ◦ green 10 ◦ blue 61

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

Shades of Burgundy #8D0A3D

Tints of Burgundy #8D0A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.72%

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 66.51%
G = 4.72%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D0A3D (or 0x8D0A3D) is known color: Burgundy. HEX triplet: 8D, 0A and 3D. RGB value is (141,10,61). Sum of RGB (Red+Green+Blue) = 141+10+61=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A3D is #72F5C2. Grayscale: #363636. Windows color (decimal): -7534019 or 4000397. OLE color: 4000397.

HSL color Cylindrical-coordinate representation of color #8D0A3D: hue angle of 336.64º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A3D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 10 61 -
CMYK 0 0.93 0.57 0.45
HSL 336.64º 0.87% 0.3% -
HSV(B) 336.64º 0.93% 0.55% -
XYZ 11.94 6.22 4.99 -
YUV 54.98 131.4 189.35 -
System Red Green Blue C M Y K H S L
Decimal 141 10 61 0 0.93 0.57 0.45 336.64 0.87 0.3
Hex 8D A 3D 0 5D 39 2D 151 57 1E
Octal 215 12 75 0 135 71 55 521 127 36
Binary 10001101 1010 111101 0 1011101 111001 101101 101010001 1010111 11110

Color Harmonies of #8D0A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0A3D

Black with #8D0A3D

Text Example


Text Example

White with #8D0A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,10,61); }

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

background-color css

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

 a { background-color: rgb(141,10,61); }

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

border-color css

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

 span { border-color: rgb(141,10,61); }

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