#802510

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

Shades of Falu Red #802510

Tints of Falu Red #802510

Color information

#802510 (or 0x802510) is unknown color: approx Falu Red. HEX triplet: 80, 25 and 10. RGB value is (128,37,16). Sum of RGB (Red+Green+Blue) = 128+37+16=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #802510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802510 is #7FDAEF. Grayscale: #3D3D3D. Windows color (decimal): -8379120 or 1058176. OLE color: 1058176.

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

Color convert

RGB1283716-
CMYK00.710.880.50
HSL11.25º77.78%28.24%-
HSV(B)11.25º87.5%50.2%-
XYZ9.665.951.13-
YUV61.82102.15175.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.72%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=70.72%
G=20.44%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128371600.710.880.5011.2577.7828.24
Hex8025100475832b4e1c
Octal20045200107130621311634
Binary10000000100101100000100011110110001100101011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802510; }

 p { color: rgb(128,37,16); }

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

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

 a { background-color: rgb(128,37,16); }

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

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

 span { border-color: rgb(128,37,16); }

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