Html Css Color HEX #801612 Falu Red

📋 copy color: '#801612'

red 128 ◦ green 22 ◦ blue 18

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

Shades of Falu Red #801612

Tints of Falu Red #801612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

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

R = 76.19%
G = 13.1%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#801612 (or 0x801612) is known color: Falu Red. HEX triplet: 80, 16 and 12. RGB value is (128,22,18). Sum of RGB (Red+Green+Blue) = 128+22+18=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #801612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801612 is #7FE9ED. Grayscale: #353535. Windows color (decimal): -8382958 or 1185408. OLE color: 1185408.

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

Color convert

RGB 128 22 18 -
CMYK 0 0.83 0.86 0.50
HSL 2.18º 0.75% 0.29% -
HSV(B) 2.18º 0.86% 0.5% -
XYZ 9.3 5.21 1.09 -
YUV 53.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 128 22 18 0 0.83 0.86 0.50 2.18 0.75 0.29
Hex 80 16 12 0 53 56 32 2 4B 1D
Octal 200 26 22 0 123 126 62 2 113 35
Binary 10000000 10110 10010 0 1010011 1010110 110010 10 1001011 11101

Color Harmonies of #801612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801612

Black with #801612

Text Example


Text Example

White with #801612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801612; }

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

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

background-color css

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

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

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

border-color css

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

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

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