Html Css Color HEX #810539 Burgundy

📋 copy color: '#810539'

red 129 ◦ green 5 ◦ blue 57

#810539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #810539

Tints of Burgundy #810539

RGB

 RED value IS 129 (50.78% from 255) = 67.54%

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 57 (22.66% from 255) = 29.84%

R = 67.54%
G = 2.62%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#810539 (or 0x810539) is known color: Burgundy. HEX triplet: 81, 05 and 39. RGB value is (129,5,57). Sum of RGB (Red+Green+Blue) = 129+5+57=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #810539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810539 is #7EFAC6. Grayscale: #2F2F2F. Windows color (decimal): -8321735 or 3736961. OLE color: 3736961.

HSL color Cylindrical-coordinate representation of color #810539: hue angle of 334.84º 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 #810539 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 5 57 -
CMYK 0 0.96 0.56 0.49
HSL 334.84º 0.93% 0.26% -
HSV(B) 334.84º 0.96% 0.51% -
XYZ 9.85 5.07 4.33 -
YUV 48 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 129 5 57 0 0.96 0.56 0.49 334.84 0.93 0.26
Hex 81 5 39 0 60 38 31 14F 5D 1A
Octal 201 5 71 0 140 70 61 517 135 32
Binary 10000001 101 111001 0 1100000 111000 110001 101001111 1011101 11010

Color Harmonies of #810539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810539

Black with #810539

Text Example


Text Example

White with #810539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810539; }

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

 H1.HeaderClassName
 {
   color: #810539;
 }
 .AnyTagClassName
 {
   color: #810539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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