#81112F

Color #81112F Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #81112F

Tints of Burgundy #81112F

Color information

#81112F (or 0x81112F) is unknown color: approx Burgundy. HEX triplet: 81, 11 and 2F. RGB value is (129,17,47). Sum of RGB (Red+Green+Blue) = 129+17+47=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112F is #7EEED0. Grayscale: #353535. Windows color (decimal): -8318673 or 3084673. OLE color: 3084673.

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

Color convert

RGB1291747-
CMYK00.870.640.49
HSL343.93º76.71%28.63%-
HSV(B)343.93º86.82%50.59%-
XYZ9.775.273.19-
YUV53.91124.11181.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.84%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=66.84%
G=8.81%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129174700.870.640.49343.9376.7128.63
Hex81112F05740311584d1d
Octal201215701271006153011535
Binary1000000110001101111010101111000000110001101011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81112F;
 }
 .AnyTagClassName
 {
   color: #81112F;
 }
</style>
background-color css

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

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

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

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

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

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