Html Css Color HEX #810134 Burgundy

📋 copy color: '#810134'

red 129 ◦ green 1 ◦ blue 52

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

Shades of Burgundy #810134

Tints of Burgundy #810134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 70.88%
G = 0.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#810134 (or 0x810134) is known color: Burgundy. HEX triplet: 81, 01 and 34. RGB value is (129,1,52). Sum of RGB (Red+Green+Blue) = 129+1+52=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #810134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810134 is #7EFECB. Grayscale: #2D2D2D. Windows color (decimal): -8322764 or 3408257. OLE color: 3408257.

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

Color convert

RGB 129 1 52 -
CMYK 0 0.99 0.60 0.49
HSL 336.09º 0.98% 0.25% -
HSV(B) 336.09º 0.99% 0.51% -
XYZ 9.68 4.94 3.69 -
YUV 45.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 129 1 52 0 0.99 0.60 0.49 336.09 0.98 0.25
Hex 81 1 34 0 63 3C 31 150 62 19
Octal 201 1 64 0 143 74 61 520 142 31
Binary 10000001 1 110100 0 1100011 111100 110001 101010000 1100010 11001

Color Harmonies of #810134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810134

Black with #810134

Text Example


Text Example

White with #810134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810134; }

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

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

background-color css

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

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

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

border-color css

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

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

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