Html Css Color HEX #81051D Burgundy

📋 copy color: '#81051D'

red 129 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #81051D

Tints of Burgundy #81051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 79.14%
G = 3.07%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81051D (or 0x81051D) is known color: Burgundy. HEX triplet: 81, 05 and 1D. RGB value is (129,5,29). Sum of RGB (Red+Green+Blue) = 129+5+29=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81051D is #7EFAE2. Grayscale: #2C2C2C. Windows color (decimal): -8321763 or 1901953. OLE color: 1901953.

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

Color convert

RGB 129 5 29 -
CMYK 0 0.96 0.78 0.49
HSL 348.39º 0.93% 0.26% -
HSV(B) 348.39º 0.96% 0.51% -
XYZ 9.33 4.86 1.61 -
YUV 44.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 129 5 29 0 0.96 0.78 0.49 348.39 0.93 0.26
Hex 81 5 1D 0 60 4E 31 15C 5D 1A
Octal 201 5 35 0 140 116 61 534 135 32
Binary 10000001 101 11101 0 1100000 1001110 110001 101011100 1011101 11010

Color Harmonies of #81051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81051D

Black with #81051D

Text Example


Text Example

White with #81051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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