Html Css Color HEX #811905 Falu Red

📋 copy color: '#811905'

red 129 ◦ green 25 ◦ blue 5

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

Shades of Falu Red #811905

Tints of Falu Red #811905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 81.13%
G = 15.72%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811905 (or 0x811905) is known color: Falu Red. HEX triplet: 81, 19 and 05. RGB value is (129,25,5). Sum of RGB (Red+Green+Blue) = 129+25+5=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #811905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811905 is #7EE6FA. Grayscale: #353535. Windows color (decimal): -8316667 or 334209. OLE color: 334209.

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

Color convert

RGB 129 25 5 -
CMYK 0 0.81 0.96 0.49
HSL 9.68º 0.93% 0.26% -
HSV(B) 9.68º 0.96% 0.51% -
XYZ 9.43 5.37 0.68 -
YUV 53.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 129 25 5 0 0.81 0.96 0.49 9.68 0.93 0.26
Hex 81 19 5 0 51 60 31 A 5D 1A
Octal 201 31 5 0 121 140 61 12 135 32
Binary 10000001 11001 101 0 1010001 1100000 110001 1010 1011101 11010

Color Harmonies of #811905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811905

Black with #811905

Text Example


Text Example

White with #811905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811905; }

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

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

background-color css

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

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

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

border-color css

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

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

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