Html Css Color HEX #810935 Burgundy

📋 copy color: '#810935'

red 129 ◦ green 9 ◦ blue 53

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

Shades of Burgundy #810935

Tints of Burgundy #810935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

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

R = 67.54%
G = 4.71%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#810935 (or 0x810935) is known color: Burgundy. HEX triplet: 81, 09 and 35. RGB value is (129,9,53). Sum of RGB (Red+Green+Blue) = 129+9+53=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #810935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810935 is #7EF6CA. Grayscale: #313131. Windows color (decimal): -8320715 or 3475841. OLE color: 3475841.

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

Color convert

RGB 129 9 53 -
CMYK 0 0.93 0.59 0.49
HSL 338º 0.87% 0.27% -
HSV(B) 338º 0.93% 0.51% -
XYZ 9.79 5.12 3.84 -
YUV 49.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 129 9 53 0 0.93 0.59 0.49 338 0.87 0.27
Hex 81 9 35 0 5D 3B 31 152 57 1B
Octal 201 11 65 0 135 73 61 522 127 33
Binary 10000001 1001 110101 0 1011101 111011 110001 101010010 1010111 11011

Color Harmonies of #810935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810935

Black with #810935

Text Example


Text Example

White with #810935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810935; }

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

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

background-color css

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

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

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

border-color css

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

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

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