Html Css Color HEX #810336 Burgundy

📋 copy color: '#810336'

red 129 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #810336

Tints of Burgundy #810336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 69.35%
G = 1.61%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#810336 (or 0x810336) is known color: Burgundy. HEX triplet: 81, 03 and 36. RGB value is (129,3,54). Sum of RGB (Red+Green+Blue) = 129+3+54=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #810336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810336 is #7EFCC9. Grayscale: #2E2E2E. Windows color (decimal): -8322250 or 3539841. OLE color: 3539841.

HSL color Cylindrical-coordinate representation of color #810336: hue angle of 335.71º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810336 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 3 54 -
CMYK 0 0.98 0.58 0.49
HSL 335.71º 0.95% 0.26% -
HSV(B) 335.71º 0.98% 0.51% -
XYZ 9.75 5 3.94 -
YUV 46.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 129 3 54 0 0.98 0.58 0.49 335.71 0.95 0.26
Hex 81 3 36 0 62 3A 31 150 5F 1A
Octal 201 3 66 0 142 72 61 520 137 32
Binary 10000001 11 110110 0 1100010 111010 110001 101010000 1011111 11010

Color Harmonies of #810336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810336

Black with #810336

Text Example


Text Example

White with #810336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810336; }

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

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

background-color css

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

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

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

border-color css

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

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

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