Html Css Color HEX #81101E Burgundy

📋 copy color: '#81101E'

red 129 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #81101E

Tints of Burgundy #81101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

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

R = 73.71%
G = 9.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81101E (or 0x81101E) is known color: Burgundy. HEX triplet: 81, 10 and 1E. RGB value is (129,16,30). Sum of RGB (Red+Green+Blue) = 129+16+30=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81101E is #7EEFE1. Grayscale: #333333. Windows color (decimal): -8318946 or 1970305. OLE color: 1970305.

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

Color convert

RGB 129 16 30 -
CMYK 0 0.88 0.77 0.49
HSL 352.57º 0.78% 0.28% -
HSV(B) 352.57º 0.88% 0.51% -
XYZ 9.47 5.13 1.72 -
YUV 51.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 129 16 30 0 0.88 0.77 0.49 352.57 0.78 0.28
Hex 81 10 1E 0 58 4D 31 161 4E 1C
Octal 201 20 36 0 130 115 61 541 116 34
Binary 10000001 10000 11110 0 1011000 1001101 110001 101100001 1001110 11100

Color Harmonies of #81101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81101E

Black with #81101E

Text Example


Text Example

White with #81101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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