#7B200F

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

Shades of Falu Red #7B200F

Tints of Falu Red #7B200F

Color information

#7B200F (or 0x7B200F) is unknown color: approx Falu Red. HEX triplet: 7B, 20 and 0F. RGB value is (123,32,15). Sum of RGB (Red+Green+Blue) = 123+32+15=170 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.35% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 123 - color contains mainly: red. Hex color #7B200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B200F is #84DFF0. Grayscale: #393939. Windows color (decimal): -8708081 or 991355. OLE color: 991355.

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

Color convert

RGB1233215-
CMYK00.740.880.52
HSL9.44º78.26%27.06%-
HSV(B)9.44º87.8%48.24%-
XYZ8.775.281.01-
YUV57.27104.15174.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 72.35%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=72.35%
G=18.82%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123321500.740.880.529.4478.2627.06
Hex7B20F04A583494e1b
Octal17340170112130641111633
Binary111101110000011110100101010110001101001001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,32,15); }

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

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

 a { background-color: rgb(123,32,15); }

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

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

 span { border-color: rgb(123,32,15); }

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