Html Css Color HEX #810934 Burgundy

📋 copy color: '#810934'

red 129 ◦ green 9 ◦ blue 52

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

Shades of Burgundy #810934

Tints of Burgundy #810934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 67.89%
G = 4.74%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#810934 (or 0x810934) is known color: Burgundy. HEX triplet: 81, 09 and 34. RGB value is (129,9,52). Sum of RGB (Red+Green+Blue) = 129+9+52=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #810934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810934 is #7EF6CB. Grayscale: #313131. Windows color (decimal): -8320716 or 3410305. OLE color: 3410305.

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

Color convert

RGB 129 9 52 -
CMYK 0 0.93 0.60 0.49
HSL 338.5º 0.87% 0.27% -
HSV(B) 338.5º 0.93% 0.51% -
XYZ 9.77 5.11 3.72 -
YUV 49.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 129 9 52 0 0.93 0.60 0.49 338.5 0.87 0.27
Hex 81 9 34 0 5D 3C 31 152 57 1B
Octal 201 11 64 0 135 74 61 522 127 33
Binary 10000001 1001 110100 0 1011101 111100 110001 101010010 1010111 11011

Color Harmonies of #810934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810934

Black with #810934

Text Example


Text Example

White with #810934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810934; }

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

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

background-color css

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

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

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

border-color css

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

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

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