Html Css Color HEX #811D00 Falu Red

📋 copy color: '#811D00'

red 129 ◦ green 29 ◦ blue 0

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

Shades of Falu Red #811D00

Tints of Falu Red #811D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

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

R = 81.65%
G = 18.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#811D00 (or 0x811D00) is known color: Falu Red. HEX triplet: 81, 1D and 00. RGB value is (129,29,0). Sum of RGB (Red+Green+Blue) = 129+29+0=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #811D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D00 is #7EE2FF. Grayscale: #373737. Windows color (decimal): -8315648 or 7553. OLE color: 7553.

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

Color convert

RGB 129 29 0 -
CMYK 0 0.78 1 0.49
HSL 13.49º 1% 0.25% -
HSV(B) 13.49º 1% 0.51% -
XYZ 9.49 5.55 0.57 -
YUV 55.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 129 29 0 0 0.78 1 0.49 13.49 1 0.25
Hex 81 1D 0 0 4E 64 31 D 64 19
Octal 201 35 0 0 116 144 61 15 144 31
Binary 10000001 11101 0 0 1001110 1100100 110001 1101 1100100 11001

Color Harmonies of #811D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D00

Black with #811D00

Text Example


Text Example

White with #811D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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