Html Css Color HEX #801812 Falu Red

📋 copy color: '#801812'

red 128 ◦ green 24 ◦ blue 18

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

Shades of Falu Red #801812

Tints of Falu Red #801812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 75.29%
G = 14.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#801812 (or 0x801812) is known color: Falu Red. HEX triplet: 80, 18 and 12. RGB value is (128,24,18). Sum of RGB (Red+Green+Blue) = 128+24+18=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #801812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801812 is #7FE7ED. Grayscale: #363636. Windows color (decimal): -8382446 or 1185920. OLE color: 1185920.

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

Color convert

RGB 128 24 18 -
CMYK 0 0.81 0.86 0.50
HSL 3.27º 0.75% 0.29% -
HSV(B) 3.27º 0.86% 0.5% -
XYZ 9.34 5.29 1.1 -
YUV 54.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 128 24 18 0 0.81 0.86 0.50 3.27 0.75 0.29
Hex 80 18 12 0 51 56 32 3 4B 1D
Octal 200 30 22 0 121 126 62 3 113 35
Binary 10000000 11000 10010 0 1010001 1010110 110010 11 1001011 11101

Color Harmonies of #801812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801812

Black with #801812

Text Example


Text Example

White with #801812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801812; }

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

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

background-color css

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

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

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

border-color css

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

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

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