Html Css Color HEX #811027 Burgundy

📋 copy color: '#811027'

red 129 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #811027

Tints of Burgundy #811027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 70.11%
G = 8.7%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#811027 (or 0x811027) is known color: Burgundy. HEX triplet: 81, 10 and 27. RGB value is (129,16,39). Sum of RGB (Red+Green+Blue) = 129+16+39=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #811027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811027 is #7EEFD8. Grayscale: #343434. Windows color (decimal): -8318937 or 2560129. OLE color: 2560129.

HSL color Cylindrical-coordinate representation of color #811027: hue angle of 347.79º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811027 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 39 -
CMYK 0 0.88 0.70 0.49
HSL 347.79º 0.78% 0.28% -
HSV(B) 347.79º 0.88% 0.51% -
XYZ 9.6 5.18 2.41 -
YUV 52.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 129 16 39 0 0.88 0.70 0.49 347.79 0.78 0.28
Hex 81 10 27 0 58 46 31 15C 4E 1C
Octal 201 20 47 0 130 106 61 534 116 34
Binary 10000001 10000 100111 0 1011000 1000110 110001 101011100 1001110 11100

Color Harmonies of #811027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811027

Black with #811027

Text Example


Text Example

White with #811027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811027; }

 p { color: rgb(129,16,39); }

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

background-color css

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

 a { background-color: rgb(129,16,39); }

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

border-color css

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

 span { border-color: rgb(129,16,39); }

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