Html Css Color HEX #801818 Falu Red

📋 copy color: '#801818'

red 128 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #801818

Tints of Falu Red #801818

RGB

 RED value IS 128 (50.39% from 255) = 72.73%

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

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

R = 72.73%
G = 13.64%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#801818 (or 0x801818) is known color: Falu Red. HEX triplet: 80, 18 and 18. RGB value is (128,24,24). Sum of RGB (Red+Green+Blue) = 128+24+24=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #801818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801818 is #7FE7E7. Grayscale: #373737. Windows color (decimal): -8382440 or 1579136. OLE color: 1579136.

HSL color Cylindrical-coordinate representation of color #801818: hue angle of 0º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801818 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 24 -
CMYK 0 0.81 0.81 0.50
HSL 0.68% 0.3% -
HSV(B) 0.81% 0.5% -
XYZ 9.39 5.31 1.39 -
YUV 55.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 128 24 24 0 0.81 0.81 0.50 0 0.68 0.3
Hex 80 18 18 0 51 51 32 0 44 1E
Octal 200 30 30 0 121 121 62 0 104 36
Binary 10000000 11000 11000 0 1010001 1010001 110010 0 1000100 11110

Color Harmonies of #801818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801818

Black with #801818

Text Example


Text Example

White with #801818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801818; }

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

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

background-color css

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

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

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

border-color css

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

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

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