Html Css Color HEX #811C18 Falu Red

📋 copy color: '#811C18'

red 129 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #811C18

Tints of Falu Red #811C18

RGB

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

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

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

R = 71.27%
G = 15.47%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811C18 (or 0x811C18) is known color: Falu Red. HEX triplet: 81, 1C and 18. RGB value is (129,28,24). Sum of RGB (Red+Green+Blue) = 129+28+24=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #811C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C18 is #7EE3E7. Grayscale: #393939. Windows color (decimal): -8315880 or 1580161. OLE color: 1580161.

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

Color convert

RGB 129 28 24 -
CMYK 0 0.78 0.81 0.49
HSL 2.29º 0.69% 0.3% -
HSV(B) 2.29º 0.81% 0.51% -
XYZ 9.63 5.56 1.43 -
YUV 57.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 129 28 24 0 0.78 0.81 0.49 2.29 0.69 0.3
Hex 81 1C 18 0 4E 51 31 2 45 1E
Octal 201 34 30 0 116 121 61 2 105 36
Binary 10000001 11100 11000 0 1001110 1010001 110001 10 1000101 11110

Color Harmonies of #811C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C18

Black with #811C18

Text Example


Text Example

White with #811C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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