Html Css Color HEX #811D04 Falu Red

📋 copy color: '#811D04'

red 129 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #811D04

Tints of Falu Red #811D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.47%

R = 79.63%
G = 17.9%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#811D04 (or 0x811D04) is known color: Falu Red. HEX triplet: 81, 1D and 04. RGB value is (129,29,4). Sum of RGB (Red+Green+Blue) = 129+29+4=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #811D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811D04 is #7EE2FB. Grayscale: #383838. Windows color (decimal): -8315644 or 269697. OLE color: 269697.

HSL color Cylindrical-coordinate representation of color #811D04: hue angle of 12º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #811D04 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 4 -
CMYK 0 0.78 0.97 0.49
HSL 12º 0.94% 0.26% -
HSV(B) 12º 0.97% 0.51% -
XYZ 9.51 5.55 0.69 -
YUV 56.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 129 29 4 0 0.78 0.97 0.49 12 0.94 0.26
Hex 81 1D 4 0 4E 61 31 C 5E 1A
Octal 201 35 4 0 116 141 61 14 136 32
Binary 10000001 11101 100 0 1001110 1100001 110001 1100 1011110 11010

Color Harmonies of #811D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D04

Black with #811D04

Text Example


Text Example

White with #811D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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