Html Css Color HEX #81121C Burgundy

📋 copy color: '#81121C'

red 129 ◦ green 18 ◦ blue 28

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

Shades of Burgundy #81121C

Tints of Burgundy #81121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16%

R = 73.71%
G = 10.29%
B = 16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81121C (or 0x81121C) is known color: Burgundy. HEX triplet: 81, 12 and 1C. RGB value is (129,18,28). Sum of RGB (Red+Green+Blue) = 129+18+28=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81121C is #7EEDE3. Grayscale: #343434. Windows color (decimal): -8318436 or 1839745. OLE color: 1839745.

HSL color Cylindrical-coordinate representation of color #81121C: hue angle of 354.59º 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 #81121C is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 28 -
CMYK 0 0.86 0.78 0.49
HSL 354.59º 0.76% 0.29% -
HSV(B) 354.59º 0.86% 0.51% -
XYZ 9.48 5.18 1.6 -
YUV 52.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 129 18 28 0 0.86 0.78 0.49 354.59 0.76 0.29
Hex 81 12 1C 0 56 4E 31 163 4C 1D
Octal 201 22 34 0 126 116 61 543 114 35
Binary 10000001 10010 11100 0 1010110 1001110 110001 101100011 1001100 11101

Color Harmonies of #81121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81121C

Black with #81121C

Text Example


Text Example

White with #81121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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