#81093A

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

Shades of Burgundy #81093A

Tints of Burgundy #81093A

Color information

#81093A (or 0x81093A) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 3A. RGB value is (129,9,58). Sum of RGB (Red+Green+Blue) = 129+9+58=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #81093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81093A is #7EF6C5. Grayscale: #323232. Windows color (decimal): -8320710 or 3803521. OLE color: 3803521.

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

Color convert

RGB129958-
CMYK00.930.550.49
HSL335.5º86.96%27.06%-
HSV(B)335.5º93.02%50.59%-
XYZ9.915.174.48-
YUV50.47132.26184.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=65.82%
G=4.59%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12995800.930.550.49335.586.9627.06
Hex8193A05D3731150571b
Octal20111720135676152012733
Binary10000001100111101001011101110111110001101010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,9,58); }

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

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

 a { background-color: rgb(129,9,58); }

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

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

 span { border-color: rgb(129,9,58); }

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