Html Css Color HEX #81051F Burgundy

📋 copy color: '#81051F'

red 129 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #81051F

Tints of Burgundy #81051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 78.18%
G = 3.03%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81051F (or 0x81051F) is known color: Burgundy. HEX triplet: 81, 05 and 1F. RGB value is (129,5,31). Sum of RGB (Red+Green+Blue) = 129+5+31=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #81051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81051F is #7EFAE0. Grayscale: #2D2D2D. Windows color (decimal): -8321761 or 2033025. OLE color: 2033025.

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

Color convert

RGB 129 5 31 -
CMYK 0 0.96 0.76 0.49
HSL 347.42º 0.93% 0.26% -
HSV(B) 347.42º 0.96% 0.51% -
XYZ 9.35 4.87 1.74 -
YUV 45.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 129 5 31 0 0.96 0.76 0.49 347.42 0.93 0.26
Hex 81 5 1F 0 60 4C 31 15B 5D 1A
Octal 201 5 37 0 140 114 61 533 135 32
Binary 10000001 101 11111 0 1100000 1001100 110001 101011011 1011101 11010

Color Harmonies of #81051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81051F

Black with #81051F

Text Example


Text Example

White with #81051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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