#751413

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

Shades of Falu Red #751413

Tints of Falu Red #751413

Color information

#751413 (or 0x751413) is unknown color: approx Falu Red. HEX triplet: 75, 14 and 13. RGB value is (117,20,19). Sum of RGB (Red+Green+Blue) = 117+20+19=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751413 is #8AEBEC. Grayscale: #303030. Windows color (decimal): -9104365 or 1250421. OLE color: 1250421.

HSL color Cylindrical-coordinate representation of color #751413: hue angle of 0.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751413 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1172019-
CMYK00.830.840.54
HSL0.61º72.06%26.67%-
HSV(B)0.61º83.76%45.88%-
XYZ7.74.331.05-
YUV48.89111.14176.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=75%
G=12.82%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117201900.830.840.540.6172.0626.67
Hex75141305354361481b
Octal1652423012312466111033
Binary111010110100100110101001110101001101101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751413; }

 p { color: rgb(117,20,19); }

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

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

 a { background-color: rgb(117,20,19); }

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

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

 span { border-color: rgb(117,20,19); }

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