Html Css Color HEX #811A05 Falu Red

📋 copy color: '#811A05'

red 129 ◦ green 26 ◦ blue 5

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

Shades of Falu Red #811A05

Tints of Falu Red #811A05

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

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

R = 80.63%
G = 16.25%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811A05 (or 0x811A05) is known color: Falu Red. HEX triplet: 81, 1A and 05. RGB value is (129,26,5). Sum of RGB (Red+Green+Blue) = 129+26+5=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #811A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A05 is #7EE5FA. Grayscale: #363636. Windows color (decimal): -8316411 or 334465. OLE color: 334465.

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

Color convert

RGB 129 26 5 -
CMYK 0 0.80 0.96 0.49
HSL 10.16º 0.93% 0.26% -
HSV(B) 10.16º 0.96% 0.51% -
XYZ 9.45 5.42 0.69 -
YUV 54.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 129 26 5 0 0.80 0.96 0.49 10.16 0.93 0.26
Hex 81 1A 5 0 50 60 31 A 5D 1A
Octal 201 32 5 0 120 140 61 12 135 32
Binary 10000001 11010 101 0 1010000 1100000 110001 1010 1011101 11010

Color Harmonies of #811A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A05

Black with #811A05

Text Example


Text Example

White with #811A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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