Html Css Color HEX #81112C Burgundy

📋 copy color: '#81112C'

red 129 ◦ green 17 ◦ blue 44

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

Shades of Burgundy #81112C

Tints of Burgundy #81112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 67.89%
G = 8.95%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#81112C (or 0x81112C) is known color: Burgundy. HEX triplet: 81, 11 and 2C. RGB value is (129,17,44). Sum of RGB (Red+Green+Blue) = 129+17+44=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #81112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112C is #7EEED3. Grayscale: #353535. Windows color (decimal): -8318676 or 2888065. OLE color: 2888065.

HSL color Cylindrical-coordinate representation of color #81112C: hue angle of 345.54º 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 #81112C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 44 -
CMYK 0 0.87 0.66 0.49
HSL 345.54º 0.77% 0.29% -
HSV(B) 345.54º 0.87% 0.51% -
XYZ 9.71 5.25 2.88 -
YUV 53.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 129 17 44 0 0.87 0.66 0.49 345.54 0.77 0.29
Hex 81 11 2C 0 57 42 31 15A 4D 1D
Octal 201 21 54 0 127 102 61 532 115 35
Binary 10000001 10001 101100 0 1010111 1000010 110001 101011010 1001101 11101

Color Harmonies of #81112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81112C

Black with #81112C

Text Example


Text Example

White with #81112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81112C; }

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

 H1.HeaderClassName
 {
   color: #81112C;
 }
 .AnyTagClassName
 {
   color: #81112C;
 }
</style>

background-color css

<style>
 a { background-color: #81112C; }

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

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

border-color css

<style>
 span { border-color: #81112C; }

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

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