#78251A

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

Shades of Falu Red #78251A

Tints of Falu Red #78251A

Color information

#78251A (or 0x78251A) is unknown color: approx Falu Red. HEX triplet: 78, 25 and 1A. RGB value is (120,37,26). Sum of RGB (Red+Green+Blue) = 120+37+26=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78251A is #87DAE5. Grayscale: #3C3C3C. Windows color (decimal): -8903398 or 1713528. OLE color: 1713528.

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

Color convert

RGB1203726-
CMYK00.690.780.53
HSL7.02º64.38%28.63%-
HSV(B)7.02º78.33%47.06%-
XYZ8.595.391.56-
YUV60.56108.5170.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.57%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=65.57%
G=20.22%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120372600.690.780.537.0264.3828.63
Hex78251A0454E357401d
Octal1704532010511665710035
Binary111100010010111010010001011001110110101111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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