Html Css Color HEX #8D022A Burgundy

📋 copy color: '#8D022A'

red 141 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #8D022A

Tints of Burgundy #8D022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 76.22%
G = 1.08%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D022A (or 0x8D022A) is known color: Burgundy. HEX triplet: 8D, 02 and 2A. RGB value is (141,2,42). Sum of RGB (Red+Green+Blue) = 141+2+42=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D022A is #72FDD5. Grayscale: #303030. Windows color (decimal): -7536086 or 2753165. OLE color: 2753165.

HSL color Cylindrical-coordinate representation of color #8D022A: hue angle of 342.73º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D022A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 42 -
CMYK 0 0.99 0.70 0.45
HSL 342.73º 0.97% 0.28% -
HSV(B) 342.73º 0.99% 0.55% -
XYZ 11.42 5.87 2.72 -
YUV 48.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 141 2 42 0 0.99 0.70 0.45 342.73 0.97 0.28
Hex 8D 2 2A 0 63 46 2D 157 61 1C
Octal 215 2 52 0 143 106 55 527 141 34
Binary 10001101 10 101010 0 1100011 1000110 101101 101010111 1100001 11100

Color Harmonies of #8D022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D022A

Black with #8D022A

Text Example


Text Example

White with #8D022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,2,42); }

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

background-color css

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

 a { background-color: rgb(141,2,42); }

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

border-color css

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

 span { border-color: rgb(141,2,42); }

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