#7B211F

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

Shades of Falu Red #7B211F

Tints of Falu Red #7B211F

Color information

#7B211F (or 0x7B211F) is unknown color: approx Falu Red. HEX triplet: 7B, 21 and 1F. RGB value is (123,33,31). Sum of RGB (Red+Green+Blue) = 123+33+31=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B211F is #84DEE0. Grayscale: #3B3B3B. Windows color (decimal): -8707809 or 2040187. OLE color: 2040187.

HSL color Cylindrical-coordinate representation of color #7B211F: hue angle of 1.3º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B211F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB1233331-
CMYK00.730.750.52
HSL1.3º59.74%30.2%-
HSV(B)1.3º74.8%48.24%-
XYZ8.965.41.87-
YUV59.68111.82173.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.78%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=65.78%
G=17.65%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123333100.730.750.521.359.7430.2
Hex7B211F0494B3413c1e
Octal173413701111136417436
Binary111101110000111111010010011001011110100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,33,31); }

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

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

 a { background-color: rgb(123,33,31); }

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

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

 span { border-color: rgb(123,33,31); }

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