#78270A

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

Shades of Falu Red #78270A

Tints of Falu Red #78270A

Color information

#78270A (or 0x78270A) is unknown color: approx Falu Red. HEX triplet: 78, 27 and 0A. RGB value is (120,39,10). Sum of RGB (Red+Green+Blue) = 120+39+10=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #78270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78270A is #87D8F5. Grayscale: #3C3C3C. Windows color (decimal): -8902902 or 665464. OLE color: 665464.

HSL color Cylindrical-coordinate representation of color #78270A: hue angle of 15.82º 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 #78270A is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1203910-
CMYK00.670.920.53
HSL15.82º84.62%25.49%-
HSV(B)15.82º91.67%47.06%-
XYZ8.535.470.89-
YUV59.9199.84170.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=71.01%
G=23.08%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120391000.670.920.5315.8284.6225.49
Hex7827A0435C35105519
Octal17047120103134652012531
Binary1111000100111101001000011101110011010110000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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