Html Css Color HEX #811508 Falu Red

📋 copy color: '#811508'

red 129 ◦ green 21 ◦ blue 8

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

Shades of Falu Red #811508

Tints of Falu Red #811508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

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

R = 81.65%
G = 13.29%
B = 5.06%

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

#811508 (or 0x811508) is known color: Falu Red. HEX triplet: 81, 15 and 08. RGB value is (129,21,8). Sum of RGB (Red+Green+Blue) = 129+21+8=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #811508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811508 is #7EEAF7. Grayscale: #333333. Windows color (decimal): -8317688 or 529793. OLE color: 529793.

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

Color convert

RGB 129 21 8 -
CMYK 0 0.84 0.94 0.49
HSL 6.45º 0.88% 0.27% -
HSV(B) 6.45º 0.94% 0.51% -
XYZ 9.37 5.22 0.74 -
YUV 51.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 129 21 8 0 0.84 0.94 0.49 6.45 0.88 0.27
Hex 81 15 8 0 54 5E 31 6 58 1B
Octal 201 25 10 0 124 136 61 6 130 33
Binary 10000001 10101 1000 0 1010100 1011110 110001 110 1011000 11011

Color Harmonies of #811508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811508

Black with #811508

Text Example


Text Example

White with #811508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811508; }

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

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

background-color css

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

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

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

border-color css

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

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

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