Html Css Color HEX #811C11 Falu Red

📋 copy color: '#811C11'

red 129 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #811C11

Tints of Falu Red #811C11

RGB

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

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

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

R = 74.14%
G = 16.09%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#811C11 (or 0x811C11) is known color: Falu Red. HEX triplet: 81, 1C and 11. RGB value is (129,28,17). Sum of RGB (Red+Green+Blue) = 129+28+17=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #811C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C11 is #7EE3EE. Grayscale: #393939. Windows color (decimal): -8315887 or 1121409. OLE color: 1121409.

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

Color convert

RGB 129 28 17 -
CMYK 0 0.78 0.87 0.49
HSL 5.89º 0.77% 0.29% -
HSV(B) 5.89º 0.87% 0.51% -
XYZ 9.57 5.54 1.09 -
YUV 56.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 129 28 17 0 0.78 0.87 0.49 5.89 0.77 0.29
Hex 81 1C 11 0 4E 57 31 6 4D 1D
Octal 201 34 21 0 116 127 61 6 115 35
Binary 10000001 11100 10001 0 1001110 1010111 110001 110 1001101 11101

Color Harmonies of #811C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C11

Black with #811C11

Text Example


Text Example

White with #811C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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