Html Css Color HEX #801207 Falu Red

📋 copy color: '#801207'

red 128 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #801207

Tints of Falu Red #801207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 7 (3.13% from 255) = 4.58%

R = 83.66%
G = 11.76%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#801207 (or 0x801207) is known color: Falu Red. HEX triplet: 80, 12 and 07. RGB value is (128,18,7). Sum of RGB (Red+Green+Blue) = 128+18+7=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #801207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801207 is #7FEDF8. Grayscale: #313131. Windows color (decimal): -8383993 or 463488. OLE color: 463488.

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

Color convert

RGB 128 18 7 -
CMYK 0 0.86 0.95 0.50
HSL 5.45º 0.9% 0.26% -
HSV(B) 5.45º 0.95% 0.5% -
XYZ 9.16 5.04 0.69 -
YUV 49.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 128 18 7 0 0.86 0.95 0.50 5.45 0.9 0.26
Hex 80 12 7 0 56 5F 32 5 5A 1A
Octal 200 22 7 0 126 137 62 5 132 32
Binary 10000000 10010 111 0 1010110 1011111 110010 101 1011010 11010

Color Harmonies of #801207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801207

Black with #801207

Text Example


Text Example

White with #801207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801207; }

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

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

background-color css

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

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

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

border-color css

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

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

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