Html Css Color HEX #811A16 Falu Red

📋 copy color: '#811A16'

red 129 ◦ green 26 ◦ blue 22

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

Shades of Falu Red #811A16

Tints of Falu Red #811A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 72.88%
G = 14.69%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#811A16 (or 0x811A16) is known color: Falu Red. HEX triplet: 81, 1A and 16. RGB value is (129,26,22). Sum of RGB (Red+Green+Blue) = 129+26+22=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A16 is #7EE5E9. Grayscale: #383838. Windows color (decimal): -8316394 or 1448577. OLE color: 1448577.

HSL color Cylindrical-coordinate representation of color #811A16: hue angle of 2.24º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811A16 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 26 22 -
CMYK 0 0.80 0.83 0.49
HSL 2.24º 0.71% 0.3% -
HSV(B) 2.24º 0.83% 0.51% -
XYZ 9.57 5.46 1.31 -
YUV 56.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 129 26 22 0 0.80 0.83 0.49 2.24 0.71 0.3
Hex 81 1A 16 0 50 53 31 2 47 1E
Octal 201 32 26 0 120 123 61 2 107 36
Binary 10000001 11010 10110 0 1010000 1010011 110001 10 1000111 11110

Color Harmonies of #811A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A16

Black with #811A16

Text Example


Text Example

White with #811A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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