#7A190B

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

Shades of Falu Red #7A190B

Tints of Falu Red #7A190B

Color information

#7A190B (or 0x7A190B) is unknown color: approx Falu Red. HEX triplet: 7A, 19 and 0B. RGB value is (122,25,11). Sum of RGB (Red+Green+Blue) = 122+25+11=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A190B is #85E6F4. Grayscale: #343434. Windows color (decimal): -8775413 or 727418. OLE color: 727418.

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

Color convert

RGB1222511-
CMYK00.800.910.52
HSL7.57º83.46%26.08%-
HSV(B)7.57º90.98%47.84%-
XYZ8.434.860.81-
YUV52.41104.64177.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.22%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=77.22%
G=15.82%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122251100.800.910.527.5783.4626.08
Hex7A19B0505B348531a
Octal17231130120133641012332
Binary11110101100110110101000010110111101001000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,25,11); }

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

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

 a { background-color: rgb(122,25,11); }

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

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

 span { border-color: rgb(122,25,11); }

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