#7B2404

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

Shades of Falu Red #7B2404

Tints of Falu Red #7B2404

Color information

#7B2404 (or 0x7B2404) is unknown color: approx Falu Red. HEX triplet: 7B, 24 and 04. RGB value is (123,36,4). Sum of RGB (Red+Green+Blue) = 123+36+4=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2404 is #84DBFB. Grayscale: #3A3A3A. Windows color (decimal): -8707068 or 271483. OLE color: 271483.

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

Color convert

RGB123364-
CMYK00.710.970.52
HSL16.13º93.7%24.9%-
HSV(B)16.13º96.75%48.24%-
XYZ8.825.480.71-
YUV58.3697.32174.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75.46%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=75.46%
G=22.09%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12336400.710.970.5216.1393.724.9
Hex7B2440476134105e19
Octal1734440107141642013631
Binary111101110010010001000111110000111010010000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,36,4); }

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

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

 a { background-color: rgb(123,36,4); }

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

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

 span { border-color: rgb(123,36,4); }

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