Html Css Color HEX #811405 Falu Red

📋 copy color: '#811405'

red 129 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #811405

Tints of Falu Red #811405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

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

R = 83.77%
G = 12.99%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811405 (or 0x811405) is known color: Falu Red. HEX triplet: 81, 14 and 05. RGB value is (129,20,5). Sum of RGB (Red+Green+Blue) = 129+20+5=154 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.77% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 129 - color contains mainly: red. Hex color #811405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811405 is #7EEBFA. Grayscale: #333333. Windows color (decimal): -8317947 or 332929. OLE color: 332929.

HSL color Cylindrical-coordinate representation of color #811405: hue angle of 7.26º 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 #811405 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 5 -
CMYK 0 0.84 0.96 0.49
HSL 7.26º 0.93% 0.26% -
HSV(B) 7.26º 0.96% 0.51% -
XYZ 9.33 5.18 0.65 -
YUV 50.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 129 20 5 0 0.84 0.96 0.49 7.26 0.93 0.26
Hex 81 14 5 0 54 60 31 7 5D 1A
Octal 201 24 5 0 124 140 61 7 135 32
Binary 10000001 10100 101 0 1010100 1100000 110001 111 1011101 11010

Color Harmonies of #811405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811405

Black with #811405

Text Example


Text Example

White with #811405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811405; }

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

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

background-color css

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

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

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

border-color css

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

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

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