Html Css Color HEX #81112E Burgundy

📋 copy color: '#81112E'

red 129 ◦ green 17 ◦ blue 46

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

Shades of Burgundy #81112E

Tints of Burgundy #81112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 67.19%
G = 8.85%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81112E (or 0x81112E) is known color: Burgundy. HEX triplet: 81, 11 and 2E. RGB value is (129,17,46). Sum of RGB (Red+Green+Blue) = 129+17+46=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112E is #7EEED1. Grayscale: #353535. Windows color (decimal): -8318674 or 3019137. OLE color: 3019137.

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

Color convert

RGB 129 17 46 -
CMYK 0 0.87 0.64 0.49
HSL 344.46º 0.77% 0.29% -
HSV(B) 344.46º 0.87% 0.51% -
XYZ 9.75 5.27 3.09 -
YUV 53.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 129 17 46 0 0.87 0.64 0.49 344.46 0.77 0.29
Hex 81 11 2E 0 57 40 31 158 4D 1D
Octal 201 21 56 0 127 100 61 530 115 35
Binary 10000001 10001 101110 0 1010111 1000000 110001 101011000 1001101 11101

Color Harmonies of #81112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81112E

Black with #81112E

Text Example


Text Example

White with #81112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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