Html Css Color HEX #810332 Burgundy

📋 copy color: '#810332'

red 129 ◦ green 3 ◦ blue 50

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

Shades of Burgundy #810332

Tints of Burgundy #810332

RGB

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

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

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

R = 70.88%
G = 1.65%
B = 27.47%

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

#810332 (or 0x810332) is known color: Burgundy. HEX triplet: 81, 03 and 32. RGB value is (129,3,50). Sum of RGB (Red+Green+Blue) = 129+3+50=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #810332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810332 is #7EFCCD. Grayscale: #2D2D2D. Windows color (decimal): -8322254 or 3277697. OLE color: 3277697.

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

Color convert

RGB 129 3 50 -
CMYK 0 0.98 0.61 0.49
HSL 337.62º 0.95% 0.26% -
HSV(B) 337.62º 0.98% 0.51% -
XYZ 9.66 4.96 3.47 -
YUV 46.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 129 3 50 0 0.98 0.61 0.49 337.62 0.95 0.26
Hex 81 3 32 0 62 3D 31 152 5F 1A
Octal 201 3 62 0 142 75 61 522 137 32
Binary 10000001 11 110010 0 1100010 111101 110001 101010010 1011111 11010

Color Harmonies of #810332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810332

Black with #810332

Text Example


Text Example

White with #810332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810332; }

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

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

background-color css

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

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

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

border-color css

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

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

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