Html Css Color HEX #80071A Burgundy

📋 copy color: '#80071A'

red 128 ◦ green 7 ◦ blue 26

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

Shades of Burgundy #80071A

Tints of Burgundy #80071A

RGB

 RED value IS 128 (50.39% from 255) = 79.5%

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

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 79.5%
G = 4.35%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80071A (or 0x80071A) is known color: Burgundy. HEX triplet: 80, 07 and 1A. RGB value is (128,7,26). Sum of RGB (Red+Green+Blue) = 128+7+26=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80071A is #7FF8E5. Grayscale: #2D2D2D. Windows color (decimal): -8386790 or 1705856. OLE color: 1705856.

HSL color Cylindrical-coordinate representation of color #80071A: hue angle of 350.58º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80071A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 26 -
CMYK 0 0.95 0.80 0.50
HSL 350.58º 0.9% 0.26% -
HSV(B) 350.58º 0.95% 0.5% -
XYZ 9.16 4.82 1.42 -
YUV 45.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 128 7 26 0 0.95 0.80 0.50 350.58 0.9 0.26
Hex 80 7 1A 0 5F 50 32 15F 5A 1A
Octal 200 7 32 0 137 120 62 537 132 32
Binary 10000000 111 11010 0 1011111 1010000 110010 101011111 1011010 11010

Color Harmonies of #80071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80071A

Black with #80071A

Text Example


Text Example

White with #80071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80071A; }

 p { color: rgb(128,7,26); }

 H1.HeaderClassName
 {
   color: #80071A;
 }
 .AnyTagClassName
 {
   color: #80071A;
 }
</style>

background-color css

<style>
 a { background-color: #80071A; }

 a { background-color: rgb(128,7,26); }

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

border-color css

<style>
 span { border-color: #80071A; }

 span { border-color: rgb(128,7,26); }

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