Html Css Color HEX #81041E Burgundy

📋 copy color: '#81041E'

red 129 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #81041E

Tints of Burgundy #81041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 79.14%
G = 2.45%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81041E (or 0x81041E) is known color: Burgundy. HEX triplet: 81, 04 and 1E. RGB value is (129,4,30). Sum of RGB (Red+Green+Blue) = 129+4+30=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81041E is #7EFBE1. Grayscale: #2C2C2C. Windows color (decimal): -8322018 or 1967233. OLE color: 1967233.

HSL color Cylindrical-coordinate representation of color #81041E: hue angle of 347.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81041E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 4 30 -
CMYK 0 0.97 0.77 0.49
HSL 347.52º 0.94% 0.26% -
HSV(B) 347.52º 0.97% 0.51% -
XYZ 9.33 4.85 1.67 -
YUV 44.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 129 4 30 0 0.97 0.77 0.49 347.52 0.94 0.26
Hex 81 4 1E 0 61 4D 31 15C 5E 1A
Octal 201 4 36 0 141 115 61 534 136 32
Binary 10000001 100 11110 0 1100001 1001101 110001 101011100 1011110 11010

Color Harmonies of #81041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81041E

Black with #81041E

Text Example


Text Example

White with #81041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81041E; }

 p { color: rgb(129,4,30); }

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

background-color css

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

 a { background-color: rgb(129,4,30); }

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

border-color css

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

 span { border-color: rgb(129,4,30); }

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