#781813

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

Shades of Falu Red #781813

Tints of Falu Red #781813

Color information

#781813 (or 0x781813) is unknown color: approx Falu Red. HEX triplet: 78, 18 and 13. RGB value is (120,24,19). Sum of RGB (Red+Green+Blue) = 120+24+19=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #781813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781813 is #87E7EC. Grayscale: #343434. Windows color (decimal): -8906733 or 1251448. OLE color: 1251448.

HSL color Cylindrical-coordinate representation of color #781813: hue angle of 2.97º 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 #781813 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1202419-
CMYK00.80.840.53
HSL2.97º72.66%27.25%-
HSV(B)2.97º84.17%47.06%-
XYZ8.194.691.09-
YUV52.13109.3176.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=73.62%
G=14.72%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120241900.80.840.532.9772.6627.25
Hex78181305054353491b
Octal1703023012012465311133
Binary1111000110001001101010000101010011010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781813; }

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

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

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

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

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

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

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

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