#792710

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

Shades of Falu Red #792710

Tints of Falu Red #792710

Color information

#792710 (or 0x792710) is unknown color: approx Falu Red. HEX triplet: 79, 27 and 10. RGB value is (121,39,16). Sum of RGB (Red+Green+Blue) = 121+39+16=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #792710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792710 is #86D8EF. Grayscale: #3D3D3D. Windows color (decimal): -8837360 or 1058681. OLE color: 1058681.

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

Color convert

RGB1213916-
CMYK00.680.870.53
HSL13.14º76.64%26.86%-
HSV(B)13.14º86.78%47.45%-
XYZ8.75.551.1-
YUV60.9102.67170.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=68.75%
G=22.16%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121391600.680.870.5313.1476.6426.86
Hex7927100445735d4d1b
Octal17147200104127651511533
Binary1111001100111100000100010010101111101011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792710; }

 p { color: rgb(121,39,16); }

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

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

 a { background-color: rgb(121,39,16); }

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

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

 span { border-color: rgb(121,39,16); }

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