Html Css Color HEX #810232 Burgundy

📋 copy color: '#810232'

red 129 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #810232

Tints of Burgundy #810232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 71.27%
G = 1.1%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#810232 (or 0x810232) is known color: Burgundy. HEX triplet: 81, 02 and 32. RGB value is (129,2,50). Sum of RGB (Red+Green+Blue) = 129+2+50=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #810232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810232 is #7EFDCD. Grayscale: #2D2D2D. Windows color (decimal): -8322510 or 3277441. OLE color: 3277441.

HSL color Cylindrical-coordinate representation of color #810232: hue angle of 337.32º degrees, saturation: 0.97, 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 #810232 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 50 -
CMYK 0 0.98 0.61 0.49
HSL 337.32º 0.97% 0.26% -
HSV(B) 337.32º 0.98% 0.51% -
XYZ 9.65 4.94 3.46 -
YUV 45.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 129 2 50 0 0.98 0.61 0.49 337.32 0.97 0.26
Hex 81 2 32 0 62 3D 31 151 61 1A
Octal 201 2 62 0 142 75 61 521 141 32
Binary 10000001 10 110010 0 1100010 111101 110001 101010001 1100001 11010

Color Harmonies of #810232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810232

Black with #810232

Text Example


Text Example

White with #810232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810232; }

 p { color: rgb(129,2,50); }

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

background-color css

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

 a { background-color: rgb(129,2,50); }

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

border-color css

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

 span { border-color: rgb(129,2,50); }

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