Html Css Color HEX #811E00 Falu Red

📋 copy color: '#811E00'

red 129 ◦ green 30 ◦ blue 0

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

Shades of Falu Red #811E00

Tints of Falu Red #811E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.87%

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

R = 81.13%
G = 18.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811E00 (or 0x811E00) is known color: Falu Red. HEX triplet: 81, 1E and 00. RGB value is (129,30,0). Sum of RGB (Red+Green+Blue) = 129+30+0=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #811E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E00 is #7EE1FF. Grayscale: #383838. Windows color (decimal): -8315392 or 7809. OLE color: 7809.

HSL color Cylindrical-coordinate representation of color #811E00: hue angle of 13.95º 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 #811E00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 30 0 -
CMYK 0 0.77 1 0.49
HSL 13.95º 1% 0.25% -
HSV(B) 13.95º 1% 0.51% -
XYZ 9.52 5.6 0.58 -
YUV 56.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 129 30 0 0 0.77 1 0.49 13.95 1 0.25
Hex 81 1E 0 0 4D 64 31 E 64 19
Octal 201 36 0 0 115 144 61 16 144 31
Binary 10000001 11110 0 0 1001101 1100100 110001 1110 1100100 11001

Color Harmonies of #811E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811E00

Black with #811E00

Text Example


Text Example

White with #811E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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