#752113

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

Shades of Falu Red #752113

Tints of Falu Red #752113

Color information

#752113 (or 0x752113) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 13. RGB value is (117,33,19). Sum of RGB (Red+Green+Blue) = 117+33+19=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752113 is #8ADEEC. Grayscale: #383838. Windows color (decimal): -9101037 or 1253749. OLE color: 1253749.

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

Color convert

RGB1173319-
CMYK00.720.840.54
HSL8.57º72.06%26.67%-
HSV(B)8.57º83.76%45.88%-
XYZ84.921.14-
YUV56.52106.83171.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=69.23%
G=19.53%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117331900.720.840.548.5772.0626.67
Hex75211304854369481b
Octal16541230110124661111033
Binary1110101100001100110100100010101001101101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752113; }

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

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

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

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

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

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

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

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