#7A2215

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

Shades of Falu Red #7A2215

Tints of Falu Red #7A2215

Color information

#7A2215 (or 0x7A2215) is unknown color: approx Falu Red. HEX triplet: 7A, 22 and 15. RGB value is (122,34,21). Sum of RGB (Red+Green+Blue) = 122+34+21=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2215 is #85DDEA. Grayscale: #3A3A3A. Windows color (decimal): -8773099 or 1385082. OLE color: 1385082.

HSL color Cylindrical-coordinate representation of color #7A2215: hue angle of 7.72º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A2215 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB1223421-
CMYK00.720.830.52
HSL7.72º70.63%28.04%-
HSV(B)7.72º82.79%47.84%-
XYZ8.735.341.28-
YUV58.83106.65173.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=68.93%
G=19.21%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122342100.720.830.527.7270.6328.04
Hex7A221504853348471c
Octal17242250110123641010734
Binary1111010100010101010100100010100111101001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,34,21); }

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

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

 a { background-color: rgb(122,34,21); }

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

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

 span { border-color: rgb(122,34,21); }

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