Html Css Color HEX #81131D Burgundy

📋 copy color: '#81131D'

red 129 ◦ green 19 ◦ blue 29

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

Shades of Burgundy #81131D

Tints of Burgundy #81131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 72.88%
G = 10.73%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81131D (or 0x81131D) is known color: Burgundy. HEX triplet: 81, 13 and 1D. RGB value is (129,19,29). Sum of RGB (Red+Green+Blue) = 129+19+29=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81131D is #7EECE2. Grayscale: #353535. Windows color (decimal): -8318179 or 1905537. OLE color: 1905537.

HSL color Cylindrical-coordinate representation of color #81131D: hue angle of 354.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81131D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 29 -
CMYK 0 0.85 0.78 0.49
HSL 354.55º 0.74% 0.29% -
HSV(B) 354.55º 0.85% 0.51% -
XYZ 9.51 5.22 1.67 -
YUV 53.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 129 19 29 0 0.85 0.78 0.49 354.55 0.74 0.29
Hex 81 13 1D 0 55 4E 31 163 4A 1D
Octal 201 23 35 0 125 116 61 543 112 35
Binary 10000001 10011 11101 0 1010101 1001110 110001 101100011 1001010 11101

Color Harmonies of #81131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81131D

Black with #81131D

Text Example


Text Example

White with #81131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81131D; }

 p { color: rgb(129,19,29); }

 H1.HeaderClassName
 {
   color: #81131D;
 }
 .AnyTagClassName
 {
   color: #81131D;
 }
</style>

background-color css

<style>
 a { background-color: #81131D; }

 a { background-color: rgb(129,19,29); }

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

border-color css

<style>
 span { border-color: #81131D; }

 span { border-color: rgb(129,19,29); }

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