#79231B

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

Shades of Falu Red #79231B

Tints of Falu Red #79231B

Color information

#79231B (or 0x79231B) is unknown color: approx Falu Red. HEX triplet: 79, 23 and 1B. RGB value is (121,35,27). Sum of RGB (Red+Green+Blue) = 121+35+27=183 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.12% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 121 - color contains mainly: red. Hex color #79231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79231B is #86DCE4. Grayscale: #3B3B3B. Windows color (decimal): -8838373 or 1778553. OLE color: 1778553.

HSL color Cylindrical-coordinate representation of color #79231B: hue angle of 5.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79231B is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1213527-
CMYK00.710.780.53
HSL5.11º63.51%29.02%-
HSV(B)5.11º77.69%47.45%-
XYZ8.685.351.61-
YUV59.8109.49171.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.12%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=66.12%
G=19.13%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121352700.710.780.535.1163.5129.02
Hex79231B0474E355401d
Octal1714333010711665510035
Binary111100110001111011010001111001110110101101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79231B; }

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

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

<style>
 a { background-color: #79231B; }

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

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

<style>
 span { border-color: #79231B; }

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

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