#78250D

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

Shades of Falu Red #78250D

Tints of Falu Red #78250D

Color information

#78250D (or 0x78250D) is unknown color: approx Falu Red. HEX triplet: 78, 25 and 0D. RGB value is (120,37,13). Sum of RGB (Red+Green+Blue) = 120+37+13=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78250D is #87DAF2. Grayscale: #3B3B3B. Windows color (decimal): -8903411 or 861560. OLE color: 861560.

HSL color Cylindrical-coordinate representation of color #78250D: hue angle of 13.46º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78250D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1203713-
CMYK00.690.890.53
HSL13.46º80.45%26.08%-
HSV(B)13.46º89.17%47.06%-
XYZ8.485.350.97-
YUV59.08102171.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=70.59%
G=21.76%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120371300.690.890.5313.4680.4526.08
Hex7825D0455935d501a
Octal17045150105131651512032
Binary111100010010111010100010110110011101011101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78250D; }

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

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

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

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

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

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

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

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