Html Css Color HEX #801608 Falu Red

📋 copy color: '#801608'

red 128 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #801608

Tints of Falu Red #801608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 81.01%
G = 13.92%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#801608 (or 0x801608) is known color: Falu Red. HEX triplet: 80, 16 and 08. RGB value is (128,22,8). Sum of RGB (Red+Green+Blue) = 128+22+8=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #801608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801608 is #7FE9F7. Grayscale: #343434. Windows color (decimal): -8382968 or 530048. OLE color: 530048.

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

Color convert

RGB 128 22 8 -
CMYK 0 0.83 0.94 0.50
HSL 0.88% 0.27% -
HSV(B) 0.94% 0.5% -
XYZ 9.23 5.18 0.74 -
YUV 52.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 128 22 8 0 0.83 0.94 0.50 7 0.88 0.27
Hex 80 16 8 0 53 5E 32 7 58 1B
Octal 200 26 10 0 123 136 62 7 130 33
Binary 10000000 10110 1000 0 1010011 1011110 110010 111 1011000 11011

Color Harmonies of #801608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801608

Black with #801608

Text Example


Text Example

White with #801608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801608; }

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

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

background-color css

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

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

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

border-color css

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

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

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