#7F2321

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

Shades of Falu Red #7F2321

Tints of Falu Red #7F2321

Color information

#7F2321 (or 0x7F2321) is unknown color: approx Falu Red. HEX triplet: 7F, 23 and 21. RGB value is (127,35,33). Sum of RGB (Red+Green+Blue) = 127+35+33=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2321 is #80DCDE. Grayscale: #3E3E3E. Windows color (decimal): -8445151 or 2171775. OLE color: 2171775.

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

Color convert

RGB1273533-
CMYK00.720.740.50
HSL1.28º58.75%31.37%-
HSV(B)1.28º74.02%49.8%-
XYZ9.635.822.06-
YUV62.28111.48174.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.13%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=65.13%
G=17.95%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127353300.720.740.501.2858.7531.37
Hex7F23210484A3213b1f
Octal177434101101126217337
Binary1111111100011100001010010001001010110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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