#821710

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

Shades of Falu Red #821710

Tints of Falu Red #821710

Color information

#821710 (or 0x821710) is unknown color: approx Falu Red. HEX triplet: 82, 17 and 10. RGB value is (130,23,16). Sum of RGB (Red+Green+Blue) = 130+23+16=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821710 is #7DE8EF. Grayscale: #363636. Windows color (decimal): -8251632 or 1054594. OLE color: 1054594.

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

Color convert

RGB1302316-
CMYK00.820.880.49
HSL3.68º78.08%28.63%-
HSV(B)3.68º87.69%50.98%-
XYZ9.615.41.03-
YUV54.19106.45182.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.92%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=76.92%
G=13.61%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130231600.820.880.493.6878.0828.63
Hex821710052583144e1d
Octal2022720012213061411635
Binary100000101011110000010100101011000110001100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821710; }

 p { color: rgb(130,23,16); }

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

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

 a { background-color: rgb(130,23,16); }

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

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

 span { border-color: rgb(130,23,16); }

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