Html Css Color HEX #81001A Burgundy

📋 copy color: '#81001A'

red 129 ◦ green 0 ◦ blue 26

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

Shades of Burgundy #81001A

Tints of Burgundy #81001A

RGB

 RED value IS 129 (50.78% from 255) = 83.23%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.23%
G = 0%
B = 16.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81001A (or 0x81001A) is known color: Burgundy. HEX triplet: 81, 00 and 1A. RGB value is (129,0,26). Sum of RGB (Red+Green+Blue) = 129+0+26=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #81001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81001A is #7EFFE5. Grayscale: #292929. Windows color (decimal): -8323046 or 1704065. OLE color: 1704065.

HSL color Cylindrical-coordinate representation of color #81001A: hue angle of 347.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81001A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 26 -
CMYK 0 1 0.80 0.49
HSL 347.91º 1% 0.25% -
HSV(B) 347.91º 1% 0.51% -
XYZ 9.24 4.74 1.41 -
YUV 41.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 129 0 26 0 1 0.80 0.49 347.91 1 0.25
Hex 81 0 1A 0 64 50 31 15C 64 19
Octal 201 0 32 0 144 120 61 534 144 31
Binary 10000001 0 11010 0 1100100 1010000 110001 101011100 1100100 11001

Color Harmonies of #81001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81001A

Black with #81001A

Text Example


Text Example

White with #81001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,0,26); }

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

background-color css

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

 a { background-color: rgb(129,0,26); }

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

border-color css

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

 span { border-color: rgb(129,0,26); }

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