#751915

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

Shades of Falu Red #751915

Tints of Falu Red #751915

Color information

#751915 (or 0x751915) is unknown color: approx Falu Red. HEX triplet: 75, 19 and 15. RGB value is (117,25,21). Sum of RGB (Red+Green+Blue) = 117+25+21=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751915 is #8AE6EA. Grayscale: #343434. Windows color (decimal): -9103083 or 1382773. OLE color: 1382773.

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

Color convert

RGB1172521-
CMYK00.790.820.54
HSL2.5º69.57%27.06%-
HSV(B)2.5º82.05%45.88%-
XYZ7.824.531.17-
YUV52.05110.48174.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=71.78%
G=15.34%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117252100.790.820.542.569.5727.06
Hex75191504F52363461b
Octal1653125011712266310633
Binary1110101110011010101001111101001011011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751915; }

 p { color: rgb(117,25,21); }

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

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

 a { background-color: rgb(117,25,21); }

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

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

 span { border-color: rgb(117,25,21); }

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