#782113

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

Shades of Falu Red #782113

Tints of Falu Red #782113

Color information

#782113 (or 0x782113) is unknown color: approx Falu Red. HEX triplet: 78, 21 and 13. RGB value is (120,33,19). Sum of RGB (Red+Green+Blue) = 120+33+19=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #782113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782113 is #87DEEC. Grayscale: #393939. Windows color (decimal): -8904429 or 1253752. OLE color: 1253752.

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

Color convert

RGB1203319-
CMYK00.720.840.53
HSL8.32º72.66%27.25%-
HSV(B)8.32º84.17%47.06%-
XYZ8.415.131.16-
YUV57.42106.32172.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.77%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=69.77%
G=19.19%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120331900.720.840.538.3272.6627.25
Hex78211304854358491b
Octal17041230110124651011133
Binary1111000100001100110100100010101001101011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782113; }

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

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

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

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

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

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

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

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