Html Css Color HEX #810F1F Burgundy

📋 copy color: '#810F1F'

red 129 ◦ green 15 ◦ blue 31

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

Shades of Burgundy #810F1F

Tints of Burgundy #810F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.57%

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

R = 73.71%
G = 8.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#810F1F (or 0x810F1F) is known color: Burgundy. HEX triplet: 81, 0F and 1F. RGB value is (129,15,31). Sum of RGB (Red+Green+Blue) = 129+15+31=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #810F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F1F is #7EF0E0. Grayscale: #323232. Windows color (decimal): -8319201 or 2035585. OLE color: 2035585.

HSL color Cylindrical-coordinate representation of color #810F1F: hue angle of 351.58º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F1F is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 15 31 -
CMYK 0 0.88 0.76 0.49
HSL 351.58º 0.79% 0.28% -
HSV(B) 351.58º 0.88% 0.51% -
XYZ 9.47 5.11 1.78 -
YUV 50.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 129 15 31 0 0.88 0.76 0.49 351.58 0.79 0.28
Hex 81 F 1F 0 58 4C 31 160 4F 1C
Octal 201 17 37 0 130 114 61 540 117 34
Binary 10000001 1111 11111 0 1011000 1001100 110001 101100000 1001111 11100

Color Harmonies of #810F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810F1F

Black with #810F1F

Text Example


Text Example

White with #810F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810F1F; }

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

 H1.HeaderClassName
 {
   color: #810F1F;
 }
 .AnyTagClassName
 {
   color: #810F1F;
 }
</style>

background-color css

<style>
 a { background-color: #810F1F; }

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

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

border-color css

<style>
 span { border-color: #810F1F; }

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

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