Html Css Color HEX #81101D Burgundy

📋 copy color: '#81101D'

red 129 ◦ green 16 ◦ blue 29

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

Shades of Burgundy #81101D

Tints of Burgundy #81101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 74.14%
G = 9.2%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81101D (or 0x81101D) is known color: Burgundy. HEX triplet: 81, 10 and 1D. RGB value is (129,16,29). Sum of RGB (Red+Green+Blue) = 129+16+29=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81101D is #7EEFE2. Grayscale: #333333. Windows color (decimal): -8318947 or 1904769. OLE color: 1904769.

HSL color Cylindrical-coordinate representation of color #81101D: hue angle of 353.1º 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 #81101D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 29 -
CMYK 0 0.88 0.78 0.49
HSL 353.1º 0.78% 0.28% -
HSV(B) 353.1º 0.88% 0.51% -
XYZ 9.46 5.13 1.65 -
YUV 51.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 129 16 29 0 0.88 0.78 0.49 353.1 0.78 0.28
Hex 81 10 1D 0 58 4E 31 161 4E 1C
Octal 201 20 35 0 130 116 61 541 116 34
Binary 10000001 10000 11101 0 1011000 1001110 110001 101100001 1001110 11100

Color Harmonies of #81101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81101D

Black with #81101D

Text Example


Text Example

White with #81101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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