Html Css Color HEX #811818 Falu Red

📋 copy color: '#811818'

red 129 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #811818

Tints of Falu Red #811818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 72.88%
G = 13.56%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811818 (or 0x811818) is known color: Falu Red. HEX triplet: 81, 18 and 18. RGB value is (129,24,24). Sum of RGB (Red+Green+Blue) = 129+24+24=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811818 is #7EE7E7. Grayscale: #373737. Windows color (decimal): -8316904 or 1579137. OLE color: 1579137.

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

Color convert

RGB 129 24 24 -
CMYK 0 0.81 0.81 0.49
HSL 0.69% 0.3% -
HSV(B) 0.81% 0.51% -
XYZ 9.54 5.39 1.4 -
YUV 55.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 129 24 24 0 0.81 0.81 0.49 0 0.69 0.3
Hex 81 18 18 0 51 51 31 0 45 1E
Octal 201 30 30 0 121 121 61 0 105 36
Binary 10000001 11000 11000 0 1010001 1010001 110001 0 1000101 11110

Color Harmonies of #811818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811818

Black with #811818

Text Example


Text Example

White with #811818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811818; }

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

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

background-color css

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

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

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

border-color css

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

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

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