#792514

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

Shades of Falu Red #792514

Tints of Falu Red #792514

Color information

#792514 (or 0x792514) is unknown color: approx Falu Red. HEX triplet: 79, 25 and 14. RGB value is (121,37,20). Sum of RGB (Red+Green+Blue) = 121+37+20=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #792514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792514 is #86DAEB. Grayscale: #3C3C3C. Windows color (decimal): -8837868 or 1320313. OLE color: 1320313.

HSL color Cylindrical-coordinate representation of color #792514: hue angle of 10.1º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #792514 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1213720-
CMYK00.690.830.53
HSL10.1º71.63%27.65%-
HSV(B)10.1º83.47%47.45%-
XYZ8.675.441.25-
YUV60.18105.33171.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.98%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=67.98%
G=20.79%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121372000.690.830.5310.171.6327.65
Hex7925140455335a481c
Octal17145240105123651211034
Binary1111001100101101000100010110100111101011010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792514; }

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

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

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

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

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

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

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

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