#7F2301

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

Shades of Falu Red #7F2301

Tints of Falu Red #7F2301

Color information

#7F2301 (or 0x7F2301) is unknown color: approx Falu Red. HEX triplet: 7F, 23 and 01. RGB value is (127,35,1). Sum of RGB (Red+Green+Blue) = 127+35+1=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2301 is #80DCFE. Grayscale: #3A3A3A. Windows color (decimal): -8445183 or 74623. OLE color: 74623.

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

Color convert

RGB127351-
CMYK00.720.990.50
HSL16.19º98.44%25.1%-
HSV(B)16.19º99.21%49.8%-
XYZ9.365.720.64-
YUV58.6395.48176.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 77.91%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=77.91%
G=21.47%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12735100.720.990.5016.1998.4425.1
Hex7F2310486332106219
Octal1774310110143622014231
Binary1111111100011101001000110001111001010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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