Html Css Color HEX #811D10 Falu Red

📋 copy color: '#811D10'

red 129 ◦ green 29 ◦ blue 16

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

Shades of Falu Red #811D10

Tints of Falu Red #811D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 74.14%
G = 16.67%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#811D10 (or 0x811D10) is known color: Falu Red. HEX triplet: 81, 1D and 10. RGB value is (129,29,16). Sum of RGB (Red+Green+Blue) = 129+29+16=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #811D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D10 is #7EE2EF. Grayscale: #393939. Windows color (decimal): -8315632 or 1056129. OLE color: 1056129.

HSL color Cylindrical-coordinate representation of color #811D10: hue angle of 6.9º degrees, saturation: 0.78, 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 #811D10 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 16 -
CMYK 0 0.78 0.88 0.49
HSL 6.9º 0.78% 0.28% -
HSV(B) 6.9º 0.88% 0.51% -
XYZ 9.59 5.58 1.06 -
YUV 57.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 129 29 16 0 0.78 0.88 0.49 6.9 0.78 0.28
Hex 81 1D 10 0 4E 58 31 7 4E 1C
Octal 201 35 20 0 116 130 61 7 116 34
Binary 10000001 11101 10000 0 1001110 1011000 110001 111 1001110 11100

Color Harmonies of #811D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D10

Black with #811D10

Text Example


Text Example

White with #811D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811D10; }

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

 H1.HeaderClassName
 {
   color: #811D10;
 }
 .AnyTagClassName
 {
   color: #811D10;
 }
</style>

background-color css

<style>
 a { background-color: #811D10; }

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

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

border-color css

<style>
 span { border-color: #811D10; }

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

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