Html Css Color HEX #81122C Burgundy

📋 copy color: '#81122C'

red 129 ◦ green 18 ◦ blue 44

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

Shades of Burgundy #81122C

Tints of Burgundy #81122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 67.54%
G = 9.42%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#81122C (or 0x81122C) is known color: Burgundy. HEX triplet: 81, 12 and 2C. RGB value is (129,18,44). Sum of RGB (Red+Green+Blue) = 129+18+44=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81122C is #7EEDD3. Grayscale: #363636. Windows color (decimal): -8318420 or 2888321. OLE color: 2888321.

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

Color convert

RGB 129 18 44 -
CMYK 0 0.86 0.66 0.49
HSL 345.95º 0.76% 0.29% -
HSV(B) 345.95º 0.86% 0.51% -
XYZ 9.72 5.28 2.89 -
YUV 54.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 129 18 44 0 0.86 0.66 0.49 345.95 0.76 0.29
Hex 81 12 2C 0 56 42 31 15A 4C 1D
Octal 201 22 54 0 126 102 61 532 114 35
Binary 10000001 10010 101100 0 1010110 1000010 110001 101011010 1001100 11101

Color Harmonies of #81122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81122C

Black with #81122C

Text Example


Text Example

White with #81122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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