#7A231E

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

Shades of Falu Red #7A231E

Tints of Falu Red #7A231E

Color information

#7A231E (or 0x7A231E) is unknown color: approx Falu Red. HEX triplet: 7A, 23 and 1E. RGB value is (122,35,30). Sum of RGB (Red+Green+Blue) = 122+35+30=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A231E is #85DCE1. Grayscale: #3C3C3C. Windows color (decimal): -8772834 or 1975162. OLE color: 1975162.

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

Color convert

RGB1223530-
CMYK00.710.750.52
HSL3.26º60.53%29.8%-
HSV(B)3.26º75.41%47.84%-
XYZ8.865.431.81-
YUV60.44110.82171.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.24%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=65.24%
G=18.72%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122353000.710.750.523.2660.5329.8
Hex7A231E0474B3433d1e
Octal172433601071136437536
Binary1111010100011111100100011110010111101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,35,30); }

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

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

 a { background-color: rgb(122,35,30); }

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

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

 span { border-color: rgb(122,35,30); }

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