#810335

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

Shades of Burgundy #810335

Tints of Burgundy #810335

Color information

#810335 (or 0x810335) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 35. RGB value is (129,3,53). Sum of RGB (Red+Green+Blue) = 129+3+53=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810335 is #7EFCCA. Grayscale: #2E2E2E. Windows color (decimal): -8322251 or 3474305. OLE color: 3474305.

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

Color convert

RGB129353-
CMYK00.980.590.49
HSL336.19º95.45%25.88%-
HSV(B)336.19º97.67%50.59%-
XYZ9.734.993.82-
YUV46.37131.74186.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=69.73%
G=1.62%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12935300.980.590.49336.1995.4525.88
Hex813350623B311505f1a
Octal2013650142736152013732
Binary100000011111010101100010111011110001101010000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810335; }

 p { color: rgb(129,3,53); }

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

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

 a { background-color: rgb(129,3,53); }

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

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

 span { border-color: rgb(129,3,53); }

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