Html Css Color HEX #811908 Falu Red

📋 copy color: '#811908'

red 129 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #811908

Tints of Falu Red #811908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

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

R = 79.63%
G = 15.43%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#811908 (or 0x811908) is known color: Falu Red. HEX triplet: 81, 19 and 08. RGB value is (129,25,8). Sum of RGB (Red+Green+Blue) = 129+25+8=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #811908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811908 is #7EE6F7. Grayscale: #363636. Windows color (decimal): -8316664 or 530817. OLE color: 530817.

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

Color convert

RGB 129 25 8 -
CMYK 0 0.81 0.94 0.49
HSL 8.43º 0.88% 0.27% -
HSV(B) 8.43º 0.94% 0.51% -
XYZ 9.44 5.38 0.77 -
YUV 54.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 129 25 8 0 0.81 0.94 0.49 8.43 0.88 0.27
Hex 81 19 8 0 51 5E 31 8 58 1B
Octal 201 31 10 0 121 136 61 10 130 33
Binary 10000001 11001 1000 0 1010001 1011110 110001 1000 1011000 11011

Color Harmonies of #811908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811908

Black with #811908

Text Example


Text Example

White with #811908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811908; }

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

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

background-color css

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

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

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

border-color css

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

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

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