#751713

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

Shades of Falu Red #751713

Tints of Falu Red #751713

Color information

#751713 (or 0x751713) is unknown color: approx Falu Red. HEX triplet: 75, 17 and 13. RGB value is (117,23,19). Sum of RGB (Red+Green+Blue) = 117+23+19=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #751713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751713 is #8AE8EC. Grayscale: #323232. Windows color (decimal): -9103597 or 1251189. OLE color: 1251189.

HSL color Cylindrical-coordinate representation of color #751713: hue angle of 2.45º 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 #751713 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1172319-
CMYK00.800.840.54
HSL2.45º72.06%26.67%-
HSV(B)2.45º83.76%45.88%-
XYZ7.764.441.06-
YUV50.65110.14175.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=73.58%
G=14.47%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117231900.800.840.542.4572.0626.67
Hex75171305054362481b
Octal1652723012012466211033
Binary1110101101111001101010000101010011011010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751713; }

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

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

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

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

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

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

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

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