Html Css Color HEX #811B11 Falu Red

📋 copy color: '#811B11'

red 129 ◦ green 27 ◦ blue 17

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

Shades of Falu Red #811B11

Tints of Falu Red #811B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

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

R = 74.57%
G = 15.61%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#811B11 (or 0x811B11) is known color: Falu Red. HEX triplet: 81, 1B and 11. RGB value is (129,27,17). Sum of RGB (Red+Green+Blue) = 129+27+17=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B11 is #7EE4EE. Grayscale: #383838. Windows color (decimal): -8316143 or 1121153. OLE color: 1121153.

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

Color convert

RGB 129 27 17 -
CMYK 0 0.79 0.87 0.49
HSL 5.36º 0.77% 0.29% -
HSV(B) 5.36º 0.87% 0.51% -
XYZ 9.55 5.49 1.09 -
YUV 56.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 129 27 17 0 0.79 0.87 0.49 5.36 0.77 0.29
Hex 81 1B 11 0 4F 57 31 5 4D 1D
Octal 201 33 21 0 117 127 61 5 115 35
Binary 10000001 11011 10001 0 1001111 1010111 110001 101 1001101 11101

Color Harmonies of #811B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B11

Black with #811B11

Text Example


Text Example

White with #811B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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