Html Css Color HEX #810E25 Burgundy

📋 copy color: '#810E25'

red 129 ◦ green 14 ◦ blue 37

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

Shades of Burgundy #810E25

Tints of Burgundy #810E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.56%

R = 71.67%
G = 7.78%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#810E25 (or 0x810E25) is known color: Burgundy. HEX triplet: 81, 0E and 25. RGB value is (129,14,37). Sum of RGB (Red+Green+Blue) = 129+14+37=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #810E25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810E25 is #7EF1DA. Grayscale: #333333. Windows color (decimal): -8319451 or 2428545. OLE color: 2428545.

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

Color convert

RGB 129 14 37 -
CMYK 0 0.89 0.71 0.49
HSL 348º 0.8% 0.28% -
HSV(B) 348º 0.89% 0.51% -
XYZ 9.54 5.11 2.23 -
YUV 51.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 129 14 37 0 0.89 0.71 0.49 348 0.8 0.28
Hex 81 E 25 0 59 47 31 15C 50 1C
Octal 201 16 45 0 131 107 61 534 120 34
Binary 10000001 1110 100101 0 1011001 1000111 110001 101011100 1010000 11100

Color Harmonies of #810E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810E25

Black with #810E25

Text Example


Text Example

White with #810E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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