#7A240E

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

Shades of Falu Red #7A240E

Tints of Falu Red #7A240E

Color information

#7A240E (or 0x7A240E) is unknown color: approx Falu Red. HEX triplet: 7A, 24 and 0E. RGB value is (122,36,14). Sum of RGB (Red+Green+Blue) = 122+36+14=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A240E is #85DBF1. Grayscale: #3B3B3B. Windows color (decimal): -8772594 or 926842. OLE color: 926842.

HSL color Cylindrical-coordinate representation of color #7A240E: hue angle of 12.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A240E is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1223614-
CMYK00.700.890.52
HSL12.22º79.41%26.67%-
HSV(B)12.22º88.52%47.84%-
XYZ8.745.431-
YUV59.21102.49172.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 70.93%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=70.93%
G=20.93%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122361400.700.890.5212.2279.4126.67
Hex7A24E0465934c4f1b
Octal17244160106131641411733
Binary111101010010011100100011010110011101001100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A240E; }

 p { color: rgb(122,36,14); }

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

<style>
 a { background-color: #7A240E; }

 a { background-color: rgb(122,36,14); }

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

<style>
 span { border-color: #7A240E; }

 span { border-color: rgb(122,36,14); }

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