Html Css Color HEX #8A112A Burgundy

📋 copy color: '#8A112A'

red 138 ◦ green 17 ◦ blue 42

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

Shades of Burgundy #8A112A

Tints of Burgundy #8A112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

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

R = 70.05%
G = 8.63%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A112A (or 0x8A112A) is known color: Burgundy. HEX triplet: 8A, 11 and 2A. RGB value is (138,17,42). Sum of RGB (Red+Green+Blue) = 138+17+42=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A112A is #75EED5. Grayscale: #383838. Windows color (decimal): -7728854 or 2757002. OLE color: 2757002.

HSL color Cylindrical-coordinate representation of color #8A112A: hue angle of 347.6º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A112A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 42 -
CMYK 0 0.88 0.70 0.46
HSL 347.6º 0.78% 0.3% -
HSV(B) 347.6º 0.88% 0.54% -
XYZ 11.1 5.97 2.76 -
YUV 56.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 138 17 42 0 0.88 0.70 0.46 347.6 0.78 0.3
Hex 8A 11 2A 0 58 46 2E 15C 4E 1E
Octal 212 21 52 0 130 106 56 534 116 36
Binary 10001010 10001 101010 0 1011000 1000110 101110 101011100 1001110 11110

Color Harmonies of #8A112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A112A

Black with #8A112A

Text Example


Text Example

White with #8A112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,42); }

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

background-color css

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

 a { background-color: rgb(138,17,42); }

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

border-color css

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

 span { border-color: rgb(138,17,42); }

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