Html Css Color HEX #811D19 Falu Red

📋 copy color: '#811D19'

red 129 ◦ green 29 ◦ blue 25

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

Shades of Falu Red #811D19

Tints of Falu Red #811D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.66%

R = 70.49%
G = 15.85%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811D19 (or 0x811D19) is known color: Falu Red. HEX triplet: 81, 1D and 19. RGB value is (129,29,25). Sum of RGB (Red+Green+Blue) = 129+29+25=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #811D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D19 is #7EE2E6. Grayscale: #3A3A3A. Windows color (decimal): -8315623 or 1645953. OLE color: 1645953.

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

Color convert

RGB 129 29 25 -
CMYK 0 0.78 0.81 0.49
HSL 2.31º 0.68% 0.3% -
HSV(B) 2.31º 0.81% 0.51% -
XYZ 9.67 5.62 1.49 -
YUV 58.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 129 29 25 0 0.78 0.81 0.49 2.31 0.68 0.3
Hex 81 1D 19 0 4E 51 31 2 44 1E
Octal 201 35 31 0 116 121 61 2 104 36
Binary 10000001 11101 11001 0 1001110 1010001 110001 10 1000100 11110

Color Harmonies of #811D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D19

Black with #811D19

Text Example


Text Example

White with #811D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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