Html Css Color HEX #80061A Burgundy

📋 copy color: '#80061A'

red 128 ◦ green 6 ◦ blue 26

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

Shades of Burgundy #80061A

Tints of Burgundy #80061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 80%
G = 3.75%
B = 16.25%

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

#80061A (or 0x80061A) is known color: Burgundy. HEX triplet: 80, 06 and 1A. RGB value is (128,6,26). Sum of RGB (Red+Green+Blue) = 128+6+26=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80061A is #7FF9E5. Grayscale: #2C2C2C. Windows color (decimal): -8387046 or 1705600. OLE color: 1705600.

HSL color Cylindrical-coordinate representation of color #80061A: hue angle of 350.16º degrees, saturation: 0.91, 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 #80061A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 6 26 -
CMYK 0 0.95 0.80 0.50
HSL 350.16º 0.91% 0.26% -
HSV(B) 350.16º 0.95% 0.5% -
XYZ 9.15 4.79 1.42 -
YUV 44.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 128 6 26 0 0.95 0.80 0.50 350.16 0.91 0.26
Hex 80 6 1A 0 5F 50 32 15E 5B 1A
Octal 200 6 32 0 137 120 62 536 133 32
Binary 10000000 110 11010 0 1011111 1010000 110010 101011110 1011011 11010

Color Harmonies of #80061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80061A

Black with #80061A

Text Example


Text Example

White with #80061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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