Html Css Color HEX #811900 Falu Red

📋 copy color: '#811900'

red 129 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #811900

Tints of Falu Red #811900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.77%
G = 16.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811900 (or 0x811900) is known color: Falu Red. HEX triplet: 81, 19 and 00. RGB value is (129,25,0). Sum of RGB (Red+Green+Blue) = 129+25+0=154 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.77% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 129 - color contains mainly: red. Hex color #811900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811900 is #7EE6FF. Grayscale: #353535. Windows color (decimal): -8316672 or 6529. OLE color: 6529.

HSL color Cylindrical-coordinate representation of color #811900: hue angle of 11.63º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #811900 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 0 -
CMYK 0 0.81 1 0.49
HSL 11.63º 1% 0.25% -
HSV(B) 11.63º 1% 0.51% -
XYZ 9.4 5.36 0.54 -
YUV 53.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 129 25 0 0 0.81 1 0.49 11.63 1 0.25
Hex 81 19 0 0 51 64 31 C 64 19
Octal 201 31 0 0 121 144 61 14 144 31
Binary 10000001 11001 0 0 1010001 1100100 110001 1100 1100100 11001

Color Harmonies of #811900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811900

Black with #811900

Text Example


Text Example

White with #811900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811900; }

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

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

background-color css

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

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

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

border-color css

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

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

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