#7F211B

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

Shades of Falu Red #7F211B

Tints of Falu Red #7F211B

Color information

#7F211B (or 0x7F211B) is unknown color: approx Falu Red. HEX triplet: 7F, 21 and 1B. RGB value is (127,33,27). Sum of RGB (Red+Green+Blue) = 127+33+27=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F211B is #80DEE4. Grayscale: #3C3C3C. Windows color (decimal): -8445669 or 1778047. OLE color: 1778047.

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

Color convert

RGB1273327-
CMYK00.740.790.50
HSL3.6º64.94%30.2%-
HSV(B)3.6º78.74%49.8%-
XYZ9.495.681.63-
YUV60.42109.14175.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.91%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=67.91%
G=17.65%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127332700.740.790.503.664.9430.2
Hex7F211B04A4F324411e
Octal1774133011211762410136
Binary111111110000111011010010101001111110010100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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