Html Css Color HEX #810835 Burgundy

📋 copy color: '#810835'

red 129 ◦ green 8 ◦ blue 53

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

Shades of Burgundy #810835

Tints of Burgundy #810835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

 BLUE value IS 53 (21.09% from 255) = 27.89%

R = 67.89%
G = 4.21%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#810835 (or 0x810835) is known color: Burgundy. HEX triplet: 81, 08 and 35. RGB value is (129,8,53). Sum of RGB (Red+Green+Blue) = 129+8+53=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #810835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810835 is #7EF7CA. Grayscale: #313131. Windows color (decimal): -8320971 or 3475585. OLE color: 3475585.

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

Color convert

RGB 129 8 53 -
CMYK 0 0.94 0.59 0.49
HSL 337.69º 0.88% 0.27% -
HSV(B) 337.69º 0.94% 0.51% -
XYZ 9.78 5.1 3.84 -
YUV 49.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 129 8 53 0 0.94 0.59 0.49 337.69 0.88 0.27
Hex 81 8 35 0 5E 3B 31 152 58 1B
Octal 201 10 65 0 136 73 61 522 130 33
Binary 10000001 1000 110101 0 1011110 111011 110001 101010010 1011000 11011

Color Harmonies of #810835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810835

Black with #810835

Text Example


Text Example

White with #810835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810835; }

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

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

background-color css

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

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

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

border-color css

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

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

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