Html Css Color HEX #810E24 Burgundy

📋 copy color: '#810E24'

red 129 ◦ green 14 ◦ blue 36

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

Shades of Burgundy #810E24

Tints of Burgundy #810E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.11%

R = 72.07%
G = 7.82%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#810E24 (or 0x810E24) is known color: Burgundy. HEX triplet: 81, 0E and 24. RGB value is (129,14,36). Sum of RGB (Red+Green+Blue) = 129+14+36=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #810E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810E24 is #7EF1DB. Grayscale: #323232. Windows color (decimal): -8319452 or 2363009. OLE color: 2363009.

HSL color Cylindrical-coordinate representation of color #810E24: hue angle of 348.52º 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 #810E24 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 14 36 -
CMYK 0 0.89 0.72 0.49
HSL 348.52º 0.8% 0.28% -
HSV(B) 348.52º 0.89% 0.51% -
XYZ 9.53 5.11 2.15 -
YUV 50.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 129 14 36 0 0.89 0.72 0.49 348.52 0.8 0.28
Hex 81 E 24 0 59 48 31 15D 50 1C
Octal 201 16 44 0 131 110 61 535 120 34
Binary 10000001 1110 100100 0 1011001 1001000 110001 101011101 1010000 11100

Color Harmonies of #810E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810E24

Black with #810E24

Text Example


Text Example

White with #810E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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