Html Css Color HEX #811D11 Falu Red

📋 copy color: '#811D11'

red 129 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #811D11

Tints of Falu Red #811D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 73.71%
G = 16.57%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#811D11 (or 0x811D11) is known color: Falu Red. HEX triplet: 81, 1D and 11. RGB value is (129,29,17). Sum of RGB (Red+Green+Blue) = 129+29+17=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #811D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D11 is #7EE2EE. Grayscale: #393939. Windows color (decimal): -8315631 or 1121665. OLE color: 1121665.

HSL color Cylindrical-coordinate representation of color #811D11: hue angle of 6.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811D11 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 17 -
CMYK 0 0.78 0.87 0.49
HSL 6.43º 0.77% 0.29% -
HSV(B) 6.43º 0.87% 0.51% -
XYZ 9.59 5.59 1.1 -
YUV 57.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 129 29 17 0 0.78 0.87 0.49 6.43 0.77 0.29
Hex 81 1D 11 0 4E 57 31 6 4D 1D
Octal 201 35 21 0 116 127 61 6 115 35
Binary 10000001 11101 10001 0 1001110 1010111 110001 110 1001101 11101

Color Harmonies of #811D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D11

Black with #811D11

Text Example


Text Example

White with #811D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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