Html Css Color HEX #811A11 Falu Red

📋 copy color: '#811A11'

red 129 ◦ green 26 ◦ blue 17

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

Shades of Falu Red #811A11

Tints of Falu Red #811A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 75%
G = 15.12%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#811A11 (or 0x811A11) is known color: Falu Red. HEX triplet: 81, 1A and 11. RGB value is (129,26,17). Sum of RGB (Red+Green+Blue) = 129+26+17=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #811A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A11 is #7EE5EE. Grayscale: #373737. Windows color (decimal): -8316399 or 1120897. OLE color: 1120897.

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

Color convert

RGB 129 26 17 -
CMYK 0 0.80 0.87 0.49
HSL 4.82º 0.77% 0.29% -
HSV(B) 4.82º 0.87% 0.51% -
XYZ 9.52 5.45 1.08 -
YUV 55.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 129 26 17 0 0.80 0.87 0.49 4.82 0.77 0.29
Hex 81 1A 11 0 50 57 31 5 4D 1D
Octal 201 32 21 0 120 127 61 5 115 35
Binary 10000001 11010 10001 0 1010000 1010111 110001 101 1001101 11101

Color Harmonies of #811A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811A11

Black with #811A11

Text Example


Text Example

White with #811A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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