Html Css Color HEX #810936 Burgundy

📋 copy color: '#810936'

red 129 ◦ green 9 ◦ blue 54

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

Shades of Burgundy #810936

Tints of Burgundy #810936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 67.19%
G = 4.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#810936 (or 0x810936) is known color: Burgundy. HEX triplet: 81, 09 and 36. RGB value is (129,9,54). Sum of RGB (Red+Green+Blue) = 129+9+54=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #810936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810936 is #7EF6C9. Grayscale: #313131. Windows color (decimal): -8320714 or 3541377. OLE color: 3541377.

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

Color convert

RGB 129 9 54 -
CMYK 0 0.93 0.58 0.49
HSL 337.5º 0.87% 0.27% -
HSV(B) 337.5º 0.93% 0.51% -
XYZ 9.82 5.13 3.96 -
YUV 50.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 129 9 54 0 0.93 0.58 0.49 337.5 0.87 0.27
Hex 81 9 36 0 5D 3A 31 152 57 1B
Octal 201 11 66 0 135 72 61 522 127 33
Binary 10000001 1001 110110 0 1011101 111010 110001 101010010 1010111 11011

Color Harmonies of #810936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810936

Black with #810936

Text Example


Text Example

White with #810936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810936; }

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

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

background-color css

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

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

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

border-color css

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

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

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