Html Css Color HEX #81121A Burgundy

📋 copy color: '#81121A'

red 129 ◦ green 18 ◦ blue 26

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

Shades of Burgundy #81121A

Tints of Burgundy #81121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 74.57%
G = 10.4%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81121A (or 0x81121A) is known color: Burgundy. HEX triplet: 81, 12 and 1A. RGB value is (129,18,26). Sum of RGB (Red+Green+Blue) = 129+18+26=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81121A is #7EEDE5. Grayscale: #343434. Windows color (decimal): -8318438 or 1708673. OLE color: 1708673.

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

Color convert

RGB 129 18 26 -
CMYK 0 0.86 0.80 0.49
HSL 355.68º 0.76% 0.29% -
HSV(B) 355.68º 0.86% 0.51% -
XYZ 9.46 5.17 1.48 -
YUV 52.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 129 18 26 0 0.86 0.80 0.49 355.68 0.76 0.29
Hex 81 12 1A 0 56 50 31 164 4C 1D
Octal 201 22 32 0 126 120 61 544 114 35
Binary 10000001 10010 11010 0 1010110 1010000 110001 101100100 1001100 11101

Color Harmonies of #81121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81121A

Black with #81121A

Text Example


Text Example

White with #81121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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