Html Css Color HEX #81112F Burgundy

📋 copy color: '#81112F'

red 129 ◦ green 17 ◦ blue 47

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

Shades of Burgundy #81112F

Tints of Burgundy #81112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 66.84%
G = 8.81%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81112F (or 0x81112F) is known color: Burgundy. HEX triplet: 81, 11 and 2F. RGB value is (129,17,47). Sum of RGB (Red+Green+Blue) = 129+17+47=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112F is #7EEED0. Grayscale: #353535. Windows color (decimal): -8318673 or 3084673. OLE color: 3084673.

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

Color convert

RGB 129 17 47 -
CMYK 0 0.87 0.64 0.49
HSL 343.93º 0.77% 0.29% -
HSV(B) 343.93º 0.87% 0.51% -
XYZ 9.77 5.27 3.19 -
YUV 53.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 129 17 47 0 0.87 0.64 0.49 343.93 0.77 0.29
Hex 81 11 2F 0 57 40 31 158 4D 1D
Octal 201 21 57 0 127 100 61 530 115 35
Binary 10000001 10001 101111 0 1010111 1000000 110001 101011000 1001101 11101

Color Harmonies of #81112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81112F

Black with #81112F

Text Example


Text Example

White with #81112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81112F; }

 p { color: rgb(129,17,47); }

 H1.HeaderClassName
 {
   color: #81112F;
 }
 .AnyTagClassName
 {
   color: #81112F;
 }
</style>

background-color css

<style>
 a { background-color: #81112F; }

 a { background-color: rgb(129,17,47); }

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

border-color css

<style>
 span { border-color: #81112F; }

 span { border-color: rgb(129,17,47); }

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