Html Css Color HEX #80101A Burgundy

📋 copy color: '#80101A'

red 128 ◦ green 16 ◦ blue 26

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

Shades of Burgundy #80101A

Tints of Burgundy #80101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 75.29%
G = 9.41%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80101A (or 0x80101A) is known color: Burgundy. HEX triplet: 80, 10 and 1A. RGB value is (128,16,26). Sum of RGB (Red+Green+Blue) = 128+16+26=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #80101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80101A is #7FEFE5. Grayscale: #323232. Windows color (decimal): -8384486 or 1708160. OLE color: 1708160.

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

Color convert

RGB 128 16 26 -
CMYK 0 0.88 0.80 0.50
HSL 354.64º 0.78% 0.28% -
HSV(B) 354.64º 0.88% 0.5% -
XYZ 9.27 5.03 1.46 -
YUV 50.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 128 16 26 0 0.88 0.80 0.50 354.64 0.78 0.28
Hex 80 10 1A 0 58 50 32 163 4E 1C
Octal 200 20 32 0 130 120 62 543 116 34
Binary 10000000 10000 11010 0 1011000 1010000 110010 101100011 1001110 11100

Color Harmonies of #80101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80101A

Black with #80101A

Text Example


Text Example

White with #80101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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