#7A2411

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

Shades of Falu Red #7A2411

Tints of Falu Red #7A2411

Color information

#7A2411 (or 0x7A2411) is unknown color: approx Falu Red. HEX triplet: 7A, 24 and 11. RGB value is (122,36,17). Sum of RGB (Red+Green+Blue) = 122+36+17=175 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2411 is #85DBEE. Grayscale: #3B3B3B. Windows color (decimal): -8772591 or 1123450. OLE color: 1123450.

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

Color convert

RGB1223617-
CMYK00.700.860.52
HSL10.86º75.54%27.25%-
HSV(B)10.86º86.07%47.84%-
XYZ8.765.441.12-
YUV59.55103.99172.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 69.71%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=69.71%
G=20.57%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122361700.700.860.5210.8675.5427.25
Hex7A24110465634b4c1b
Octal17244210106126641311433
Binary1111010100100100010100011010101101101001011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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