#79251C

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

Shades of Falu Red #79251C

Tints of Falu Red #79251C

Color information

#79251C (or 0x79251C) is unknown color: approx Falu Red. HEX triplet: 79, 25 and 1C. RGB value is (121,37,28). Sum of RGB (Red+Green+Blue) = 121+37+28=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79251C is #86DAE3. Grayscale: #3D3D3D. Windows color (decimal): -8837860 or 1844601. OLE color: 1844601.

HSL color Cylindrical-coordinate representation of color #79251C: hue angle of 5.81º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79251C is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1213728-
CMYK00.690.770.53
HSL5.81º62.42%29.22%-
HSV(B)5.81º76.86%47.45%-
XYZ8.765.471.69-
YUV61.09109.33170.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.05%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=65.05%
G=19.89%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121372800.690.770.535.8162.4229.22
Hex79251C0454D3563e1d
Octal171453401051156567635
Binary11110011001011110001000101100110111010111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79251C; }

 p { color: rgb(121,37,28); }

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

<style>
 a { background-color: #79251C; }

 a { background-color: rgb(121,37,28); }

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

<style>
 span { border-color: #79251C; }

 span { border-color: rgb(121,37,28); }

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