#78250A

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

Shades of Falu Red #78250A

Tints of Falu Red #78250A

Color information

#78250A (or 0x78250A) is unknown color: approx Falu Red. HEX triplet: 78, 25 and 0A. RGB value is (120,37,10). Sum of RGB (Red+Green+Blue) = 120+37+10=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78250A is #87DAF5. Grayscale: #3A3A3A. Windows color (decimal): -8903414 or 664952. OLE color: 664952.

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

Color convert

RGB1203710-
CMYK00.690.920.53
HSL14.73º84.62%25.49%-
HSV(B)14.73º91.67%47.06%-
XYZ8.465.340.87-
YUV58.74100.5171.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=71.86%
G=22.16%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120371000.690.920.5314.7384.6225.49
Hex7825A0455C35f5519
Octal17045120105134651712531
Binary111100010010110100100010110111001101011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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