Html Css Color HEX #81131C Burgundy

📋 copy color: '#81131C'

red 129 ◦ green 19 ◦ blue 28

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

Shades of Burgundy #81131C

Tints of Burgundy #81131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 73.3%
G = 10.8%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81131C (or 0x81131C) is known color: Burgundy. HEX triplet: 81, 13 and 1C. RGB value is (129,19,28). Sum of RGB (Red+Green+Blue) = 129+19+28=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81131C is #7EECE3. Grayscale: #343434. Windows color (decimal): -8318180 or 1840001. OLE color: 1840001.

HSL color Cylindrical-coordinate representation of color #81131C: hue angle of 355.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81131C is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 28 -
CMYK 0 0.85 0.78 0.49
HSL 355.09º 0.74% 0.29% -
HSV(B) 355.09º 0.85% 0.51% -
XYZ 9.5 5.22 1.61 -
YUV 52.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 129 19 28 0 0.85 0.78 0.49 355.09 0.74 0.29
Hex 81 13 1C 0 55 4E 31 163 4A 1D
Octal 201 23 34 0 125 116 61 543 112 35
Binary 10000001 10011 11100 0 1010101 1001110 110001 101100011 1001010 11101

Color Harmonies of #81131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81131C

Black with #81131C

Text Example


Text Example

White with #81131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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