Html Css Color HEX #811C05 Falu Red

📋 copy color: '#811C05'

red 129 ◦ green 28 ◦ blue 5

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

Shades of Falu Red #811C05

Tints of Falu Red #811C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.28%

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

R = 79.63%
G = 17.28%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#811C05 (or 0x811C05) is known color: Falu Red. HEX triplet: 81, 1C and 05. RGB value is (129,28,5). Sum of RGB (Red+Green+Blue) = 129+28+5=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #811C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C05 is #7EE3FA. Grayscale: #373737. Windows color (decimal): -8315899 or 334977. OLE color: 334977.

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

Color convert

RGB 129 28 5 -
CMYK 0 0.78 0.96 0.49
HSL 11.13º 0.93% 0.26% -
HSV(B) 11.13º 0.96% 0.51% -
XYZ 9.5 5.51 0.71 -
YUV 55.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 129 28 5 0 0.78 0.96 0.49 11.13 0.93 0.26
Hex 81 1C 5 0 4E 60 31 B 5D 1A
Octal 201 34 5 0 116 140 61 13 135 32
Binary 10000001 11100 101 0 1001110 1100000 110001 1011 1011101 11010

Color Harmonies of #811C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C05

Black with #811C05

Text Example


Text Example

White with #811C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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