Html Css Color HEX #81121F Burgundy

📋 copy color: '#81121F'

red 129 ◦ green 18 ◦ blue 31

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

Shades of Burgundy #81121F

Tints of Burgundy #81121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 72.47%
G = 10.11%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81121F (or 0x81121F) is known color: Burgundy. HEX triplet: 81, 12 and 1F. RGB value is (129,18,31). Sum of RGB (Red+Green+Blue) = 129+18+31=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81121F is #7EEDE0. Grayscale: #343434. Windows color (decimal): -8318433 or 2036353. OLE color: 2036353.

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

Color convert

RGB 129 18 31 -
CMYK 0 0.86 0.76 0.49
HSL 352.97º 0.76% 0.29% -
HSV(B) 352.97º 0.86% 0.51% -
XYZ 9.52 5.2 1.8 -
YUV 52.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 129 18 31 0 0.86 0.76 0.49 352.97 0.76 0.29
Hex 81 12 1F 0 56 4C 31 161 4C 1D
Octal 201 22 37 0 126 114 61 541 114 35
Binary 10000001 10010 11111 0 1010110 1001100 110001 101100001 1001100 11101

Color Harmonies of #81121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81121F

Black with #81121F

Text Example


Text Example

White with #81121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,18,31); }

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

background-color css

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

 a { background-color: rgb(129,18,31); }

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

border-color css

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

 span { border-color: rgb(129,18,31); }

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