Html Css Color HEX #811B18 Falu Red

📋 copy color: '#811B18'

red 129 ◦ green 27 ◦ blue 24

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

Shades of Falu Red #811B18

Tints of Falu Red #811B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 71.67%
G = 15%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811B18 (or 0x811B18) is known color: Falu Red. HEX triplet: 81, 1B and 18. RGB value is (129,27,24). Sum of RGB (Red+Green+Blue) = 129+27+24=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #811B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B18 is #7EE4E7. Grayscale: #393939. Windows color (decimal): -8316136 or 1579905. OLE color: 1579905.

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

Color convert

RGB 129 27 24 -
CMYK 0 0.79 0.81 0.49
HSL 1.71º 0.69% 0.3% -
HSV(B) 1.71º 0.81% 0.51% -
XYZ 9.61 5.52 1.42 -
YUV 57.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 129 27 24 0 0.79 0.81 0.49 1.71 0.69 0.3
Hex 81 1B 18 0 4F 51 31 2 45 1E
Octal 201 33 30 0 117 121 61 2 105 36
Binary 10000001 11011 11000 0 1001111 1010001 110001 10 1000101 11110

Color Harmonies of #811B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B18

Black with #811B18

Text Example


Text Example

White with #811B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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