#7B1406

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

Shades of Falu Red #7B1406

Tints of Falu Red #7B1406

Color information

#7B1406 (or 0x7B1406) is unknown color: approx Falu Red. HEX triplet: 7B, 14 and 06. RGB value is (123,20,6). Sum of RGB (Red+Green+Blue) = 123+20+6=149 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82.55% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1406 is #84EBF9. Grayscale: #313131. Windows color (decimal): -8711162 or 398459. OLE color: 398459.

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

Color convert

RGB123206-
CMYK00.840.950.52
HSL7.18º90.7%25.29%-
HSV(B)7.18º95.12%48.24%-
XYZ8.454.720.64-
YUV49.2103.62180.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 82.55%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=82.55%
G=13.42%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12320600.840.950.527.1890.725.29
Hex7B1460545F3475b19
Octal173246012413764713331
Binary111101110100110010101001011111110100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,6); }

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

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

 a { background-color: rgb(123,20,6); }

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

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

 span { border-color: rgb(123,20,6); }

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