Html Css Color HEX #81112D Burgundy

📋 copy color: '#81112D'

red 129 ◦ green 17 ◦ blue 45

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

Shades of Burgundy #81112D

Tints of Burgundy #81112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 67.54%
G = 8.9%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#81112D (or 0x81112D) is known color: Burgundy. HEX triplet: 81, 11 and 2D. RGB value is (129,17,45). Sum of RGB (Red+Green+Blue) = 129+17+45=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112D is #7EEED2. Grayscale: #353535. Windows color (decimal): -8318675 or 2953601. OLE color: 2953601.

HSL color Cylindrical-coordinate representation of color #81112D: hue angle of 345º 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 #81112D is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 45 -
CMYK 0 0.87 0.65 0.49
HSL 345º 0.77% 0.29% -
HSV(B) 345º 0.87% 0.51% -
XYZ 9.73 5.26 2.98 -
YUV 53.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 129 17 45 0 0.87 0.65 0.49 345 0.77 0.29
Hex 81 11 2D 0 57 41 31 159 4D 1D
Octal 201 21 55 0 127 101 61 531 115 35
Binary 10000001 10001 101101 0 1010111 1000001 110001 101011001 1001101 11101

Color Harmonies of #81112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81112D

Black with #81112D

Text Example


Text Example

White with #81112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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