Html Css Color HEX #810133 Burgundy

📋 copy color: '#810133'

red 129 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #810133

Tints of Burgundy #810133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.18%

R = 71.27%
G = 0.55%
B = 28.18%

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

#810133 (or 0x810133) is known color: Burgundy. HEX triplet: 81, 01 and 33. RGB value is (129,1,51). Sum of RGB (Red+Green+Blue) = 129+1+51=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #810133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810133 is #7EFECC. Grayscale: #2C2C2C. Windows color (decimal): -8322765 or 3342721. OLE color: 3342721.

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

Color convert

RGB 129 1 51 -
CMYK 0 0.99 0.60 0.49
HSL 336.56º 0.98% 0.25% -
HSV(B) 336.56º 0.99% 0.51% -
XYZ 9.66 4.93 3.57 -
YUV 44.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 129 1 51 0 0.99 0.60 0.49 336.56 0.98 0.25
Hex 81 1 33 0 63 3C 31 151 62 19
Octal 201 1 63 0 143 74 61 521 142 31
Binary 10000001 1 110011 0 1100011 111100 110001 101010001 1100010 11001

Color Harmonies of #810133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810133

Black with #810133

Text Example


Text Example

White with #810133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810133; }

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

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

background-color css

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

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

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

border-color css

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

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

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