Html Css Color HEX #81112B Burgundy

📋 copy color: '#81112B'

red 129 ◦ green 17 ◦ blue 43

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

Shades of Burgundy #81112B

Tints of Burgundy #81112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.75%

R = 68.25%
G = 8.99%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#81112B (or 0x81112B) is known color: Burgundy. HEX triplet: 81, 11 and 2B. RGB value is (129,17,43). Sum of RGB (Red+Green+Blue) = 129+17+43=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112B is #7EEED4. Grayscale: #353535. Windows color (decimal): -8318677 or 2822529. OLE color: 2822529.

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

Color convert

RGB 129 17 43 -
CMYK 0 0.87 0.67 0.49
HSL 346.07º 0.77% 0.29% -
HSV(B) 346.07º 0.87% 0.51% -
XYZ 9.69 5.24 2.79 -
YUV 53.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 129 17 43 0 0.87 0.67 0.49 346.07 0.77 0.29
Hex 81 11 2B 0 57 43 31 15A 4D 1D
Octal 201 21 53 0 127 103 61 532 115 35
Binary 10000001 10001 101011 0 1010111 1000011 110001 101011010 1001101 11101

Color Harmonies of #81112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81112B

Black with #81112B

Text Example


Text Example

White with #81112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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