#81052A

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

Shades of Burgundy #81052A

Tints of Burgundy #81052A

Color information

#81052A (or 0x81052A) is unknown color: approx Burgundy. HEX triplet: 81, 05 and 2A. RGB value is (129,5,42). Sum of RGB (Red+Green+Blue) = 129+5+42=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81052A is #7EFAD5. Grayscale: #2E2E2E. Windows color (decimal): -8321750 or 2753921. OLE color: 2753921.

HSL color Cylindrical-coordinate representation of color #81052A: hue angle of 342.1º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81052A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB129542-
CMYK00.960.670.49
HSL342.1º92.54%26.27%-
HSV(B)342.1º96.12%50.59%-
XYZ9.534.942.64-
YUV46.29125.58186.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=73.30%
G=2.84%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12954200.960.670.49342.192.5426.27
Hex8152A06043311565d1a
Octal20155201401036152613532
Binary10000001101101010011000001000011110001101010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81052A; }

 p { color: rgb(129,5,42); }

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

<style>
 a { background-color: #81052A; }

 a { background-color: rgb(129,5,42); }

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

<style>
 span { border-color: #81052A; }

 span { border-color: rgb(129,5,42); }

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