Html Css Color HEX #81121E Burgundy

📋 copy color: '#81121E'

red 129 ◦ green 18 ◦ blue 30

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

Shades of Burgundy #81121E

Tints of Burgundy #81121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 72.88%
G = 10.17%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81121E (or 0x81121E) is known color: Burgundy. HEX triplet: 81, 12 and 1E. RGB value is (129,18,30). Sum of RGB (Red+Green+Blue) = 129+18+30=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81121E is #7EEDE1. Grayscale: #343434. Windows color (decimal): -8318434 or 1970817. OLE color: 1970817.

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

Color convert

RGB 129 18 30 -
CMYK 0 0.86 0.77 0.49
HSL 353.51º 0.76% 0.29% -
HSV(B) 353.51º 0.86% 0.51% -
XYZ 9.5 5.19 1.73 -
YUV 52.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 129 18 30 0 0.86 0.77 0.49 353.51 0.76 0.29
Hex 81 12 1E 0 56 4D 31 162 4C 1D
Octal 201 22 36 0 126 115 61 542 114 35
Binary 10000001 10010 11110 0 1010110 1001101 110001 101100010 1001100 11101

Color Harmonies of #81121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81121E

Black with #81121E

Text Example


Text Example

White with #81121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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