#790D0C

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

Shades of Falu Red #790D0C

Tints of Falu Red #790D0C

Color information

#790D0C (or 0x790D0C) is unknown color: approx Falu Red. HEX triplet: 79, 0D and 0C. RGB value is (121,13,12). Sum of RGB (Red+Green+Blue) = 121+13+12=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #790D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D0C is #86F2F3. Grayscale: #2D2D2D. Windows color (decimal): -8844020 or 789881. OLE color: 789881.

HSL color Cylindrical-coordinate representation of color #790D0C: hue angle of 0.55º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790D0C is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1211312-
CMYK00.890.900.53
HSL0.55º81.95%26.08%-
HSV(B)0.55º90.08%47.45%-
XYZ8.14.380.77-
YUV45.18109.28182.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 82.88%
GREEN value IS 13 (5.47% from 255) = 8.90%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=82.88%
G=8.90%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121131200.890.900.530.5581.9526.08
Hex79DC0595A351521a
Octal1711514013113265112232
Binary1111001110111000101100110110101101011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790D0C; }

 p { color: rgb(121,13,12); }

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

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

 a { background-color: rgb(121,13,12); }

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

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

 span { border-color: rgb(121,13,12); }

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