#7A1608

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

Shades of Falu Red #7A1608

Tints of Falu Red #7A1608

Color information

#7A1608 (or 0x7A1608) is unknown color: approx Falu Red. HEX triplet: 7A, 16 and 08. RGB value is (122,22,8). Sum of RGB (Red+Green+Blue) = 122+22+8=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1608 is #85E9F7. Grayscale: #323232. Windows color (decimal): -8776184 or 530042. OLE color: 530042.

HSL color Cylindrical-coordinate representation of color #7A1608: hue angle of 7.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A1608 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB122228-
CMYK00.820.930.52
HSL7.37º87.69%25.49%-
HSV(B)7.37º93.44%47.84%-
XYZ8.364.730.7-
YUV50.3104.13179.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 80.26%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=80.26%
G=14.47%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12222800.820.930.527.3787.6925.49
Hex7A1680525D3475819
Octal1722610012213564713031
Binary1111010101101000010100101011101110100111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,8); }

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

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

 a { background-color: rgb(122,22,8); }

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

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

 span { border-color: rgb(122,22,8); }

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