Html Css Color HEX #811D14 Falu Red

📋 copy color: '#811D14'

red 129 ◦ green 29 ◦ blue 20

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

Shades of Falu Red #811D14

Tints of Falu Red #811D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 72.47%
G = 16.29%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811D14 (or 0x811D14) is known color: Falu Red. HEX triplet: 81, 1D and 14. RGB value is (129,29,20). Sum of RGB (Red+Green+Blue) = 129+29+20=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #811D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D14 is #7EE2EB. Grayscale: #3A3A3A. Windows color (decimal): -8315628 or 1318273. OLE color: 1318273.

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

Color convert

RGB 129 29 20 -
CMYK 0 0.78 0.84 0.49
HSL 4.95º 0.73% 0.29% -
HSV(B) 4.95º 0.84% 0.51% -
XYZ 9.62 5.6 1.24 -
YUV 57.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 129 29 20 0 0.78 0.84 0.49 4.95 0.73 0.29
Hex 81 1D 14 0 4E 54 31 5 49 1D
Octal 201 35 24 0 116 124 61 5 111 35
Binary 10000001 11101 10100 0 1001110 1010100 110001 101 1001001 11101

Color Harmonies of #811D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D14

Black with #811D14

Text Example


Text Example

White with #811D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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