#810130

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

Shades of Burgundy #810130

Tints of Burgundy #810130

Color information

#810130 (or 0x810130) is unknown color: approx Burgundy. HEX triplet: 81, 01 and 30. RGB value is (129,1,48). Sum of RGB (Red+Green+Blue) = 129+1+48=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #810130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810130 is #7EFECF. Grayscale: #2C2C2C. Windows color (decimal): -8322768 or 3146113. OLE color: 3146113.

HSL color Cylindrical-coordinate representation of color #810130: hue angle of 337.97º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810130 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB129148-
CMYK00.990.630.49
HSL337.97º98.46%25.49%-
HSV(B)337.97º99.22%50.59%-
XYZ9.64.93.24-
YUV44.63129.91188.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.47%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=72.47%
G=0.56%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12914800.990.630.49337.9798.4625.49
Hex811300633F311526219
Octal2011600143776152214231
Binary10000001111000001100011111111110001101010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810130; }

 p { color: rgb(129,1,48); }

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

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

 a { background-color: rgb(129,1,48); }

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

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

 span { border-color: rgb(129,1,48); }

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