#7A231F

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

Shades of Falu Red #7A231F

Tints of Falu Red #7A231F

Color information

#7A231F (or 0x7A231F) is unknown color: approx Falu Red. HEX triplet: 7A, 23 and 1F. RGB value is (122,35,31). Sum of RGB (Red+Green+Blue) = 122+35+31=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A231F is #85DCE0. Grayscale: #3C3C3C. Windows color (decimal): -8772833 or 2040698. OLE color: 2040698.

HSL color Cylindrical-coordinate representation of color #7A231F: hue angle of 2.64º degrees, saturation: 0.59, 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 #7A231F is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB1223531-
CMYK00.710.750.52
HSL2.64º59.48%30%-
HSV(B)2.64º74.59%47.84%-
XYZ8.875.441.88-
YUV60.56111.32171.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 64.89%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=64.89%
G=18.62%
B=16.49%

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
Decimal122353100.710.750.522.6459.4830
Hex7A231F0474B3433b1e
Octal172433701071136437336
Binary1111010100011111110100011110010111101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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