Html Css Color HEX #81111A Burgundy

📋 copy color: '#81111A'

red 129 ◦ green 17 ◦ blue 26

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

Shades of Burgundy #81111A

Tints of Burgundy #81111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 75%
G = 9.88%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81111A (or 0x81111A) is known color: Burgundy. HEX triplet: 81, 11 and 1A. RGB value is (129,17,26). Sum of RGB (Red+Green+Blue) = 129+17+26=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #81111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81111A is #7EEEE5. Grayscale: #333333. Windows color (decimal): -8318694 or 1708417. OLE color: 1708417.

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

Color convert

RGB 129 17 26 -
CMYK 0 0.87 0.80 0.49
HSL 355.18º 0.77% 0.29% -
HSV(B) 355.18º 0.87% 0.51% -
XYZ 9.44 5.14 1.47 -
YUV 51.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 129 17 26 0 0.87 0.80 0.49 355.18 0.77 0.29
Hex 81 11 1A 0 57 50 31 163 4D 1D
Octal 201 21 32 0 127 120 61 543 115 35
Binary 10000001 10001 11010 0 1010111 1010000 110001 101100011 1001101 11101

Color Harmonies of #81111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81111A

Black with #81111A

Text Example


Text Example

White with #81111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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