Html Css Color HEX #811408 Falu Red

📋 copy color: '#811408'

red 129 ◦ green 20 ◦ blue 8

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

Shades of Falu Red #811408

Tints of Falu Red #811408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 82.17%
G = 12.74%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#811408 (or 0x811408) is known color: Falu Red. HEX triplet: 81, 14 and 08. RGB value is (129,20,8). Sum of RGB (Red+Green+Blue) = 129+20+8=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #811408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811408 is #7EEBF7. Grayscale: #333333. Windows color (decimal): -8317944 or 529537. OLE color: 529537.

HSL color Cylindrical-coordinate representation of color #811408: hue angle of 5.95º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #811408 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 8 -
CMYK 0 0.84 0.94 0.49
HSL 5.95º 0.88% 0.27% -
HSV(B) 5.95º 0.94% 0.51% -
XYZ 9.35 5.18 0.74 -
YUV 51.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 129 20 8 0 0.84 0.94 0.49 5.95 0.88 0.27
Hex 81 14 8 0 54 5E 31 6 58 1B
Octal 201 24 10 0 124 136 61 6 130 33
Binary 10000001 10100 1000 0 1010100 1011110 110001 110 1011000 11011

Color Harmonies of #811408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811408

Black with #811408

Text Example


Text Example

White with #811408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811408; }

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

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

background-color css

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

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

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

border-color css

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

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

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