#811510

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

Shades of Falu Red #811510

Tints of Falu Red #811510

Color information

#811510 (or 0x811510) is unknown color: approx Falu Red. HEX triplet: 81, 15 and 10. RGB value is (129,21,16). Sum of RGB (Red+Green+Blue) = 129+21+16=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811510 is #7EEAEF. Grayscale: #343434. Windows color (decimal): -8317680 or 1054081. OLE color: 1054081.

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

Color convert

RGB1292116-
CMYK00.840.880.49
HSL2.65º77.93%28.43%-
HSV(B)2.65º87.6%50.59%-
XYZ9.415.241.01-
YUV52.72107.28182.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.71%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=77.71%
G=12.65%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129211600.840.880.492.6577.9328.43
Hex811510054583134e1c
Octal2012520012413061311634
Binary10000001101011000001010100101100011000111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811510; }

 p { color: rgb(129,21,16); }

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

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

 a { background-color: rgb(129,21,16); }

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

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

 span { border-color: rgb(129,21,16); }

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