Html Css Color HEX #8A0A3A Burgundy

📋 copy color: '#8A0A3A'

red 138 ◦ green 10 ◦ blue 58

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

Shades of Burgundy #8A0A3A

Tints of Burgundy #8A0A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 66.99%
G = 4.85%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A0A3A (or 0x8A0A3A) is known color: Burgundy. HEX triplet: 8A, 0A and 3A. RGB value is (138,10,58). Sum of RGB (Red+Green+Blue) = 138+10+58=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A3A is #75F5C5. Grayscale: #353535. Windows color (decimal): -7730630 or 3803786. OLE color: 3803786.

HSL color Cylindrical-coordinate representation of color #8A0A3A: hue angle of 337.5º 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 #8A0A3A is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 10 58 -
CMYK 0 0.93 0.58 0.46
HSL 337.5º 0.86% 0.29% -
HSV(B) 337.5º 0.93% 0.54% -
XYZ 11.35 5.93 4.55 -
YUV 53.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 138 10 58 0 0.93 0.58 0.46 337.5 0.86 0.29
Hex 8A A 3A 0 5D 3A 2E 152 56 1D
Octal 212 12 72 0 135 72 56 522 126 35
Binary 10001010 1010 111010 0 1011101 111010 101110 101010010 1010110 11101

Color Harmonies of #8A0A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A3A

Black with #8A0A3A

Text Example


Text Example

White with #8A0A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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