Html Css Color HEX #81101B Burgundy

📋 copy color: '#81101B'

red 129 ◦ green 16 ◦ blue 27

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

Shades of Burgundy #81101B

Tints of Burgundy #81101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 75%
G = 9.3%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81101B (or 0x81101B) is known color: Burgundy. HEX triplet: 81, 10 and 1B. RGB value is (129,16,27). Sum of RGB (Red+Green+Blue) = 129+16+27=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #81101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81101B is #7EEFE4. Grayscale: #333333. Windows color (decimal): -8318949 or 1773697. OLE color: 1773697.

HSL color Cylindrical-coordinate representation of color #81101B: hue angle of 354.16º 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 #81101B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 27 -
CMYK 0 0.88 0.79 0.49
HSL 354.16º 0.78% 0.28% -
HSV(B) 354.16º 0.88% 0.51% -
XYZ 9.44 5.12 1.53 -
YUV 51.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 129 16 27 0 0.88 0.79 0.49 354.16 0.78 0.28
Hex 81 10 1B 0 58 4F 31 162 4E 1C
Octal 201 20 33 0 130 117 61 542 116 34
Binary 10000001 10000 11011 0 1011000 1001111 110001 101100010 1001110 11100

Color Harmonies of #81101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81101B

Black with #81101B

Text Example


Text Example

White with #81101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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