#7F231B

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

Shades of Falu Red #7F231B

Tints of Falu Red #7F231B

Color information

#7F231B (or 0x7F231B) is unknown color: approx Falu Red. HEX triplet: 7F, 23 and 1B. RGB value is (127,35,27). Sum of RGB (Red+Green+Blue) = 127+35+27=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F231B is #80DCE4. Grayscale: #3D3D3D. Windows color (decimal): -8445157 or 1778559. OLE color: 1778559.

HSL color Cylindrical-coordinate representation of color #7F231B: hue angle of 4.8º 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 #7F231B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB1273527-
CMYK00.720.790.50
HSL4.8º64.94%30.2%-
HSV(B)4.8º78.74%49.8%-
XYZ9.555.791.65-
YUV61.6108.48174.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.20%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=67.20%
G=18.52%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127352700.720.790.504.864.9430.2
Hex7F231B0484F325411e
Octal1774333011011762510136
Binary111111110001111011010010001001111110010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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