#81102F

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

Shades of Burgundy #81102F

Tints of Burgundy #81102F

Color information

#81102F (or 0x81102F) is unknown color: approx Burgundy. HEX triplet: 81, 10 and 2F. RGB value is (129,16,47). Sum of RGB (Red+Green+Blue) = 129+16+47=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81102F is #7EEFD0. Grayscale: #353535. Windows color (decimal): -8318929 or 3084417. OLE color: 3084417.

HSL color Cylindrical-coordinate representation of color #81102F: hue angle of 343.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81102F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1291647-
CMYK00.880.640.49
HSL343.54º77.93%28.43%-
HSV(B)343.54º87.6%50.59%-
XYZ9.755.243.19-
YUV53.32124.44181.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.19%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=67.19%
G=8.33%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129164700.880.640.49343.5477.9328.43
Hex81102F05840311584e1c
Octal201205701301006153011634
Binary1000000110000101111010110001000000110001101011000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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