Html Css Color HEX #810E28 Burgundy

📋 copy color: '#810E28'

red 129 ◦ green 14 ◦ blue 40

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

Shades of Burgundy #810E28

Tints of Burgundy #810E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.65%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 70.49%
G = 7.65%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#810E28 (or 0x810E28) is known color: Burgundy. HEX triplet: 81, 0E and 28. RGB value is (129,14,40). Sum of RGB (Red+Green+Blue) = 129+14+40=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #810E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810E28 is #7EF1D7. Grayscale: #333333. Windows color (decimal): -8319448 or 2625153. OLE color: 2625153.

HSL color Cylindrical-coordinate representation of color #810E28: hue angle of 346.43º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E28 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 14 40 -
CMYK 0 0.89 0.69 0.49
HSL 346.43º 0.8% 0.28% -
HSV(B) 346.43º 0.89% 0.51% -
XYZ 9.59 5.13 2.49 -
YUV 51.35 121.6 183.39 -
System Red Green Blue C M Y K H S L
Decimal 129 14 40 0 0.89 0.69 0.49 346.43 0.8 0.28
Hex 81 E 28 0 59 45 31 15A 50 1C
Octal 201 16 50 0 131 105 61 532 120 34
Binary 10000001 1110 101000 0 1011001 1000101 110001 101011010 1010000 11100

Color Harmonies of #810E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810E28

Black with #810E28

Text Example


Text Example

White with #810E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810E28; }

 p { color: rgb(129,14,40); }

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

background-color css

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

 a { background-color: rgb(129,14,40); }

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

border-color css

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

 span { border-color: rgb(129,14,40); }

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