Html Css Color HEX #811C14 Falu Red

📋 copy color: '#811C14'

red 129 ◦ green 28 ◦ blue 20

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

Shades of Falu Red #811C14

Tints of Falu Red #811C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.82%

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

R = 72.88%
G = 15.82%
B = 11.3%

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

#811C14 (or 0x811C14) is known color: Falu Red. HEX triplet: 81, 1C and 14. RGB value is (129,28,20). Sum of RGB (Red+Green+Blue) = 129+28+20=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C14 is #7EE3EB. Grayscale: #393939. Windows color (decimal): -8315884 or 1318017. OLE color: 1318017.

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

Color convert

RGB 129 28 20 -
CMYK 0 0.78 0.84 0.49
HSL 4.4º 0.73% 0.29% -
HSV(B) 4.4º 0.84% 0.51% -
XYZ 9.59 5.55 1.23 -
YUV 57.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 129 28 20 0 0.78 0.84 0.49 4.4 0.73 0.29
Hex 81 1C 14 0 4E 54 31 4 49 1D
Octal 201 34 24 0 116 124 61 4 111 35
Binary 10000001 11100 10100 0 1001110 1010100 110001 100 1001001 11101

Color Harmonies of #811C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C14

Black with #811C14

Text Example


Text Example

White with #811C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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