Html Css Color HEX #811814 Falu Red

📋 copy color: '#811814'

red 129 ◦ green 24 ◦ blue 20

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

Shades of Falu Red #811814

Tints of Falu Red #811814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 74.57%
G = 13.87%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811814 (or 0x811814) is known color: Falu Red. HEX triplet: 81, 18 and 14. RGB value is (129,24,20). Sum of RGB (Red+Green+Blue) = 129+24+20=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811814 is #7EE7EB. Grayscale: #373737. Windows color (decimal): -8316908 or 1316993. OLE color: 1316993.

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

Color convert

RGB 129 24 20 -
CMYK 0 0.81 0.84 0.49
HSL 2.2º 0.73% 0.29% -
HSV(B) 2.2º 0.84% 0.51% -
XYZ 9.51 5.37 1.2 -
YUV 54.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 129 24 20 0 0.81 0.84 0.49 2.2 0.73 0.29
Hex 81 18 14 0 51 54 31 2 49 1D
Octal 201 30 24 0 121 124 61 2 111 35
Binary 10000001 11000 10100 0 1010001 1010100 110001 10 1001001 11101

Color Harmonies of #811814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811814

Black with #811814

Text Example


Text Example

White with #811814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811814; }

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

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

background-color css

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

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

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

border-color css

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

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

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