#81122B

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

Shades of Burgundy #81122B

Tints of Burgundy #81122B

Color information

#81122B (or 0x81122B) is unknown color: approx Burgundy. HEX triplet: 81, 12 and 2B. RGB value is (129,18,43). Sum of RGB (Red+Green+Blue) = 129+18+43=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #81122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81122B is #7EEDD4. Grayscale: #363636. Windows color (decimal): -8318421 or 2822785. OLE color: 2822785.

HSL color Cylindrical-coordinate representation of color #81122B: hue angle of 346.49º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81122B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1291843-
CMYK00.860.670.49
HSL346.49º75.51%28.82%-
HSV(B)346.49º86.05%50.59%-
XYZ9.715.272.79-
YUV54.04121.77181.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.89%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=67.89%
G=9.47%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129184300.860.670.49346.4975.5128.82
Hex81122B056433115a4c1d
Octal201225301261036153211435
Binary1000000110010101011010101101000011110001101011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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