Html Css Color HEX #81131E Burgundy

📋 copy color: '#81131E'

red 129 ◦ green 19 ◦ blue 30

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

Shades of Burgundy #81131E

Tints of Burgundy #81131E

RGB

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

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

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

R = 72.47%
G = 10.67%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81131E (or 0x81131E) is known color: Burgundy. HEX triplet: 81, 13 and 1E. RGB value is (129,19,30). Sum of RGB (Red+Green+Blue) = 129+19+30=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81131E is #7EECE1. Grayscale: #353535. Windows color (decimal): -8318178 or 1971073. OLE color: 1971073.

HSL color Cylindrical-coordinate representation of color #81131E: hue angle of 354º 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 #81131E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 30 -
CMYK 0 0.85 0.77 0.49
HSL 354º 0.74% 0.29% -
HSV(B) 354º 0.85% 0.51% -
XYZ 9.52 5.23 1.74 -
YUV 53.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 129 19 30 0 0.85 0.77 0.49 354 0.74 0.29
Hex 81 13 1E 0 55 4D 31 162 4A 1D
Octal 201 23 36 0 125 115 61 542 112 35
Binary 10000001 10011 11110 0 1010101 1001101 110001 101100010 1001010 11101

Color Harmonies of #81131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81131E

Black with #81131E

Text Example


Text Example

White with #81131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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