#792411

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

Shades of Falu Red #792411

Tints of Falu Red #792411

Color information

#792411 (or 0x792411) is unknown color: approx Falu Red. HEX triplet: 79, 24 and 11. RGB value is (121,36,17). Sum of RGB (Red+Green+Blue) = 121+36+17=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #792411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792411 is #86DBEE. Grayscale: #3B3B3B. Windows color (decimal): -8838127 or 1123449. OLE color: 1123449.

HSL color Cylindrical-coordinate representation of color #792411: hue angle of 10.96º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #792411 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1213617-
CMYK00.700.860.53
HSL10.96º75.36%27.06%-
HSV(B)10.96º85.95%47.45%-
XYZ8.625.371.11-
YUV59.25104.16172.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=69.54%
G=20.69%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121361700.700.860.5310.9675.3627.06
Hex7924110465635b4b1b
Octal17144210106126651311333
Binary1111001100100100010100011010101101101011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792411; }

 p { color: rgb(121,36,17); }

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

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

 a { background-color: rgb(121,36,17); }

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

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

 span { border-color: rgb(121,36,17); }

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