#802712

Color #802712 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #802712

Tints of Falu Red #802712

Color information

#802712 (or 0x802712) is unknown color: approx Falu Red. HEX triplet: 80, 27 and 12. RGB value is (128,39,18). Sum of RGB (Red+Green+Blue) = 128+39+18=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #802712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802712 is #7FD8ED. Grayscale: #3F3F3F. Windows color (decimal): -8378606 or 1189760. OLE color: 1189760.

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

Color convert

RGB1283918-
CMYK00.700.860.50
HSL11.45º75.34%28.63%-
HSV(B)11.45º85.94%50.2%-
XYZ9.746.081.23-
YUV63.22102.49174.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.19%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=69.19%
G=21.08%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128391800.700.860.5011.4575.3428.63
Hex8027120465632b4b1d
Octal20047220106126621311335
Binary10000000100111100100100011010101101100101011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802712; }

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

 H1.HeaderClassName
 {
   color: #802712;
 }
 .AnyTagClassName
 {
   color: #802712;
 }
</style>
background-color css

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

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

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

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

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

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