#782514

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

Shades of Falu Red #782514

Tints of Falu Red #782514

Color information

#782514 (or 0x782514) is unknown color: approx Falu Red. HEX triplet: 78, 25 and 14. RGB value is (120,37,20). Sum of RGB (Red+Green+Blue) = 120+37+20=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #782514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782514 is #87DAEB. Grayscale: #3C3C3C. Windows color (decimal): -8903404 or 1320312. OLE color: 1320312.

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

Color convert

RGB1203720-
CMYK00.690.830.53
HSL10.2º71.43%27.45%-
HSV(B)10.2º83.33%47.06%-
XYZ8.535.371.25-
YUV59.88105.5170.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=67.80%
G=20.90%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120372000.690.830.5310.271.4327.45
Hex7825140455335a471b
Octal17045240105123651210733
Binary1111000100101101000100010110100111101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782514; }

 p { color: rgb(120,37,20); }

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

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

 a { background-color: rgb(120,37,20); }

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

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

 span { border-color: rgb(120,37,20); }

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