Html Css Color HEX #811111 Falu Red

📋 copy color: '#811111'

red 129 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #811111

Tints of Falu Red #811111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 79.14%
G = 10.43%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#811111 (or 0x811111) is known color: Falu Red. HEX triplet: 81, 11 and 11. RGB value is (129,17,17). Sum of RGB (Red+Green+Blue) = 129+17+17=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #811111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811111 is #7EEEEE. Grayscale: #323232. Windows color (decimal): -8318703 or 1118593. OLE color: 1118593.

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

Color convert

RGB 129 17 17 -
CMYK 0 0.87 0.87 0.49
HSL 0.77% 0.29% -
HSV(B) 0.87% 0.51% -
XYZ 9.35 5.11 1.02 -
YUV 50.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 129 17 17 0 0.87 0.87 0.49 0 0.77 0.29
Hex 81 11 11 0 57 57 31 0 4D 1D
Octal 201 21 21 0 127 127 61 0 115 35
Binary 10000001 10001 10001 0 1010111 1010111 110001 0 1001101 11101

Color Harmonies of #811111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811111

Black with #811111

Text Example


Text Example

White with #811111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811111; }

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

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

background-color css

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

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

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

border-color css

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

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

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