Html Css Color HEX #81101A Burgundy

📋 copy color: '#81101A'

red 129 ◦ green 16 ◦ blue 26

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

Shades of Burgundy #81101A

Tints of Burgundy #81101A

RGB

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

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

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

R = 75.44%
G = 9.36%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81101A (or 0x81101A) is known color: Burgundy. HEX triplet: 81, 10 and 1A. RGB value is (129,16,26). Sum of RGB (Red+Green+Blue) = 129+16+26=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #81101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81101A is #7EEFE5. Grayscale: #323232. Windows color (decimal): -8318950 or 1708161. OLE color: 1708161.

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

Color convert

RGB 129 16 26 -
CMYK 0 0.88 0.80 0.49
HSL 354.69º 0.78% 0.28% -
HSV(B) 354.69º 0.88% 0.51% -
XYZ 9.43 5.11 1.47 -
YUV 50.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 129 16 26 0 0.88 0.80 0.49 354.69 0.78 0.28
Hex 81 10 1A 0 58 50 31 163 4E 1C
Octal 201 20 32 0 130 120 61 543 116 34
Binary 10000001 10000 11010 0 1011000 1010000 110001 101100011 1001110 11100

Color Harmonies of #81101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81101A

Black with #81101A

Text Example


Text Example

White with #81101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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