#7B240C

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

Shades of Falu Red #7B240C

Tints of Falu Red #7B240C

Color information

#7B240C (or 0x7B240C) is unknown color: approx Falu Red. HEX triplet: 7B, 24 and 0C. RGB value is (123,36,12). Sum of RGB (Red+Green+Blue) = 123+36+12=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B240C is #84DBF3. Grayscale: #3B3B3B. Windows color (decimal): -8707060 or 795771. OLE color: 795771.

HSL color Cylindrical-coordinate representation of color #7B240C: hue angle of 12.97º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B240C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1233612-
CMYK00.710.900.52
HSL12.97º82.22%26.47%-
HSV(B)12.97º90.24%48.24%-
XYZ8.875.50.94-
YUV59.28101.32173.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.93%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=71.93%
G=21.05%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123361200.710.900.5212.9782.2226.47
Hex7B24C0475A34d521a
Octal17344140107132641512232
Binary111101110010011000100011110110101101001101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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