#78251C

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

Shades of Falu Red #78251C

Tints of Falu Red #78251C

Color information

#78251C (or 0x78251C) is unknown color: approx Falu Red. HEX triplet: 78, 25 and 1C. RGB value is (120,37,28). Sum of RGB (Red+Green+Blue) = 120+37+28=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78251C is #87DAE3. Grayscale: #3C3C3C. Windows color (decimal): -8903396 or 1844600. OLE color: 1844600.

HSL color Cylindrical-coordinate representation of color #78251C: hue angle of 5.87º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78251C is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1203728-
CMYK00.690.770.53
HSL5.87º62.16%29.02%-
HSV(B)5.87º76.67%47.06%-
XYZ8.625.41.69-
YUV60.79109.5170.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=64.86%
G=20%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120372800.690.770.535.8762.1629.02
Hex78251C0454D3563e1d
Octal170453401051156567635
Binary11110001001011110001000101100110111010111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78251C; }

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

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

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

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

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

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

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

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