#782413

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

Shades of Falu Red #782413

Tints of Falu Red #782413

Color information

#782413 (or 0x782413) is unknown color: approx Falu Red. HEX triplet: 78, 24 and 13. RGB value is (120,36,19). Sum of RGB (Red+Green+Blue) = 120+36+19=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #782413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782413 is #87DBEC. Grayscale: #3B3B3B. Windows color (decimal): -8903661 or 1254520. OLE color: 1254520.

HSL color Cylindrical-coordinate representation of color #782413: hue angle of 10.1º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #782413 is Cyan = 0, Magento = 0.7, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1203619-
CMYK00.70.840.53
HSL10.1º72.66%27.25%-
HSV(B)10.1º84.17%47.06%-
XYZ8.495.31.19-
YUV59.18105.33171.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=68.57%
G=20.57%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120361900.70.840.5310.172.6627.25
Hex7824130465435a491b
Octal17044230106124651211133
Binary1111000100100100110100011010101001101011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782413; }

 p { color: rgb(120,36,19); }

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

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

 a { background-color: rgb(120,36,19); }

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

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

 span { border-color: rgb(120,36,19); }

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