Html Css Color HEX #810F2F Burgundy

📋 copy color: '#810F2F'

red 129 ◦ green 15 ◦ blue 47

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

Shades of Burgundy #810F2F

Tints of Burgundy #810F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 67.54%
G = 7.85%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#810F2F (or 0x810F2F) is known color: Burgundy. HEX triplet: 81, 0F and 2F. RGB value is (129,15,47). Sum of RGB (Red+Green+Blue) = 129+15+47=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #810F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F2F is #7EF0D0. Grayscale: #343434. Windows color (decimal): -8319185 or 3084161. OLE color: 3084161.

HSL color Cylindrical-coordinate representation of color #810F2F: hue angle of 343.16º 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 #810F2F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 15 47 -
CMYK 0 0.88 0.64 0.49
HSL 343.16º 0.79% 0.28% -
HSV(B) 343.16º 0.88% 0.51% -
XYZ 9.74 5.21 3.18 -
YUV 52.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 129 15 47 0 0.88 0.64 0.49 343.16 0.79 0.28
Hex 81 F 2F 0 58 40 31 157 4F 1C
Octal 201 17 57 0 130 100 61 527 117 34
Binary 10000001 1111 101111 0 1011000 1000000 110001 101010111 1001111 11100

Color Harmonies of #810F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810F2F

Black with #810F2F

Text Example


Text Example

White with #810F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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