Html Css Color HEX #81011A Burgundy

📋 copy color: '#81011A'

red 129 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #81011A

Tints of Burgundy #81011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 82.69%
G = 0.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81011A (or 0x81011A) is known color: Burgundy. HEX triplet: 81, 01 and 1A. RGB value is (129,1,26). Sum of RGB (Red+Green+Blue) = 129+1+26=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #81011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81011A is #7EFEE5. Grayscale: #2A2A2A. Windows color (decimal): -8322790 or 1704321. OLE color: 1704321.

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

Color convert

RGB 129 1 26 -
CMYK 0 0.99 0.80 0.49
HSL 348.28º 0.98% 0.25% -
HSV(B) 348.28º 0.99% 0.51% -
XYZ 9.25 4.76 1.41 -
YUV 42.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 129 1 26 0 0.99 0.80 0.49 348.28 0.98 0.25
Hex 81 1 1A 0 63 50 31 15C 62 19
Octal 201 1 32 0 143 120 61 534 142 31
Binary 10000001 1 11010 0 1100011 1010000 110001 101011100 1100010 11001

Color Harmonies of #81011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81011A

Black with #81011A

Text Example


Text Example

White with #81011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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