#7E211B

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

Shades of Falu Red #7E211B

Tints of Falu Red #7E211B

Color information

#7E211B (or 0x7E211B) is unknown color: approx Falu Red. HEX triplet: 7E, 21 and 1B. RGB value is (126,33,27). Sum of RGB (Red+Green+Blue) = 126+33+27=186 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.74% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 126 - color contains mainly: red. Hex color #7E211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E211B is #81DEE4. Grayscale: #3C3C3C. Windows color (decimal): -8511205 or 1778046. OLE color: 1778046.

HSL color Cylindrical-coordinate representation of color #7E211B: hue angle of 3.64º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E211B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1263327-
CMYK00.740.790.51
HSL3.64º64.71%30%-
HSV(B)3.64º78.57%49.41%-
XYZ9.355.61.63-
YUV60.12109.31174.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 67.74%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=67.74%
G=17.74%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126332700.740.790.513.6464.7130
Hex7E211B04A4F334411e
Octal1764133011211763410136
Binary111111010000111011010010101001111110011100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,33,27); }

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

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

 a { background-color: rgb(126,33,27); }

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

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

 span { border-color: rgb(126,33,27); }

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