Html Css Color HEX #8A072A Burgundy

📋 copy color: '#8A072A'

red 138 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #8A072A

Tints of Burgundy #8A072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 73.8%
G = 3.74%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A072A (or 0x8A072A) is known color: Burgundy. HEX triplet: 8A, 07 and 2A. RGB value is (138,7,42). Sum of RGB (Red+Green+Blue) = 138+7+42=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A072A is #75F8D5. Grayscale: #323232. Windows color (decimal): -7731414 or 2754442. OLE color: 2754442.

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

Color convert

RGB 138 7 42 -
CMYK 0 0.95 0.70 0.46
HSL 343.97º 0.9% 0.28% -
HSV(B) 343.97º 0.95% 0.54% -
XYZ 10.98 5.72 2.72 -
YUV 50.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 138 7 42 0 0.95 0.70 0.46 343.97 0.9 0.28
Hex 8A 7 2A 0 5F 46 2E 158 5A 1C
Octal 212 7 52 0 137 106 56 530 132 34
Binary 10001010 111 101010 0 1011111 1000110 101110 101011000 1011010 11100

Color Harmonies of #8A072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A072A

Black with #8A072A

Text Example


Text Example

White with #8A072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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