#7C1D00

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

Shades of Falu Red #7C1D00

Tints of Falu Red #7C1D00

Color information

#7C1D00 (or 0x7C1D00) is unknown color: approx Falu Red. HEX triplet: 7C, 1D and 00. RGB value is (124,29,0). Sum of RGB (Red+Green+Blue) = 124+29+0=153 (20% of max value = 765). Red value is 124 (48.83% from 255 or 81.05% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1D00 is #83E2FF. Grayscale: #363636. Windows color (decimal): -8643328 or 7548. OLE color: 7548.

HSL color Cylindrical-coordinate representation of color #7C1D00: hue angle of 14.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C1D00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB124290-
CMYK00.7710.51
HSL14.03º100%24.31%-
HSV(B)14.03º100%48.63%-
XYZ8.755.160.54-
YUV54.197.47177.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 81.05%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.05%
G=18.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12429000.7710.5114.0310024.31
Hex7C1D004D6433e6418
Octal1743500115144631614430
Binary11111001110100100110111001001100111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,29,0); }

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

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

 a { background-color: rgb(124,29,0); }

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

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

 span { border-color: rgb(124,29,0); }

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