Html Css Color HEX #810532 Burgundy

📋 copy color: '#810532'

red 129 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #810532

Tints of Burgundy #810532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 70.11%
G = 2.72%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#810532 (or 0x810532) is known color: Burgundy. HEX triplet: 81, 05 and 32. RGB value is (129,5,50). Sum of RGB (Red+Green+Blue) = 129+5+50=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #810532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810532 is #7EFACD. Grayscale: #2F2F2F. Windows color (decimal): -8321742 or 3278209. OLE color: 3278209.

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

Color convert

RGB 129 5 50 -
CMYK 0 0.96 0.61 0.49
HSL 338.23º 0.93% 0.26% -
HSV(B) 338.23º 0.96% 0.51% -
XYZ 9.68 5.01 3.47 -
YUV 47.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 129 5 50 0 0.96 0.61 0.49 338.23 0.93 0.26
Hex 81 5 32 0 60 3D 31 152 5D 1A
Octal 201 5 62 0 140 75 61 522 135 32
Binary 10000001 101 110010 0 1100000 111101 110001 101010010 1011101 11010

Color Harmonies of #810532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810532

Black with #810532

Text Example


Text Example

White with #810532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810532; }

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

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

background-color css

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

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

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

border-color css

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

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

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