Html Css Color HEX #81051A Burgundy

📋 copy color: '#81051A'

red 129 ◦ green 5 ◦ blue 26

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

Shades of Burgundy #81051A

Tints of Burgundy #81051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

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

R = 80.63%
G = 3.13%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81051A (or 0x81051A) is known color: Burgundy. HEX triplet: 81, 05 and 1A. RGB value is (129,5,26). Sum of RGB (Red+Green+Blue) = 129+5+26=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #81051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81051A is #7EFAE5. Grayscale: #2C2C2C. Windows color (decimal): -8321766 or 1705345. OLE color: 1705345.

HSL color Cylindrical-coordinate representation of color #81051A: hue angle of 349.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81051A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 5 26 -
CMYK 0 0.96 0.80 0.49
HSL 349.84º 0.93% 0.26% -
HSV(B) 349.84º 0.96% 0.51% -
XYZ 9.29 4.85 1.42 -
YUV 44.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 129 5 26 0 0.96 0.80 0.49 349.84 0.93 0.26
Hex 81 5 1A 0 60 50 31 15E 5D 1A
Octal 201 5 32 0 140 120 61 536 135 32
Binary 10000001 101 11010 0 1100000 1010000 110001 101011110 1011101 11010

Color Harmonies of #81051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81051A

Black with #81051A

Text Example


Text Example

White with #81051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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