Html Css Color HEX #8A0A20 Burgundy

📋 copy color: '#8A0A20'

red 138 ◦ green 10 ◦ blue 32

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

Shades of Burgundy #8A0A20

Tints of Burgundy #8A0A20

RGB

 RED value IS 138 (54.3% from 255) = 76.67%

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

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 76.67%
G = 5.56%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A0A20 (or 0x8A0A20) is known color: Burgundy. HEX triplet: 8A, 0A and 20. RGB value is (138,10,32). Sum of RGB (Red+Green+Blue) = 138+10+32=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A20 is #75F5DF. Grayscale: #323232. Windows color (decimal): -7730656 or 2099850. OLE color: 2099850.

HSL color Cylindrical-coordinate representation of color #8A0A20: hue angle of 349.69º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A20 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 10 32 -
CMYK 0 0.93 0.77 0.46
HSL 349.69º 0.86% 0.29% -
HSV(B) 349.69º 0.93% 0.54% -
XYZ 10.85 5.72 1.9 -
YUV 50.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 138 10 32 0 0.93 0.77 0.46 349.69 0.86 0.29
Hex 8A A 20 0 5D 4D 2E 15E 56 1D
Octal 212 12 40 0 135 115 56 536 126 35
Binary 10001010 1010 100000 0 1011101 1001101 101110 101011110 1010110 11101

Color Harmonies of #8A0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A20

Black with #8A0A20

Text Example


Text Example

White with #8A0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,10,32); }

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

background-color css

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

 a { background-color: rgb(138,10,32); }

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

border-color css

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

 span { border-color: rgb(138,10,32); }

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