#802313

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

Shades of Falu Red #802313

Tints of Falu Red #802313

Color information

#802313 (or 0x802313) is unknown color: approx Falu Red. HEX triplet: 80, 23 and 13. RGB value is (128,35,19). Sum of RGB (Red+Green+Blue) = 128+35+19=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802313 is #7FDCEC. Grayscale: #3D3D3D. Windows color (decimal): -8379629 or 1254272. OLE color: 1254272.

HSL color Cylindrical-coordinate representation of color #802313: hue angle of 8.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #802313 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1283519-
CMYK00.730.850.50
HSL8.81º74.15%28.82%-
HSV(B)8.81º85.16%50.2%-
XYZ9.625.841.24-
YUV60.98104.31175.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.33%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=70.33%
G=19.23%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128351900.730.850.508.8174.1528.82
Hex802313049553294a1d
Octal20043230111125621111235
Binary10000000100011100110100100110101011100101001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802313; }

 p { color: rgb(128,35,19); }

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

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

 a { background-color: rgb(128,35,19); }

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

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

 span { border-color: rgb(128,35,19); }

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