#751E18

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

Shades of Falu Red #751E18

Tints of Falu Red #751E18

Color information

#751E18 (or 0x751E18) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 18. RGB value is (117,30,24). Sum of RGB (Red+Green+Blue) = 117+30+24=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E18 is #8AE1E7. Grayscale: #373737. Windows color (decimal): -9101800 or 1580661. OLE color: 1580661.

HSL color Cylindrical-coordinate representation of color #751E18: hue angle of 3.87º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751E18 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1173024-
CMYK00.740.790.54
HSL3.87º65.96%27.65%-
HSV(B)3.87º79.49%45.88%-
XYZ7.974.781.37-
YUV55.33110.32171.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=68.42%
G=17.54%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117302400.740.790.543.8765.9627.65
Hex751E1804A4F364421c
Octal1653630011211766410234
Binary11101011111011000010010101001111110110100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751E18; }

 p { color: rgb(117,30,24); }

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

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

 a { background-color: rgb(117,30,24); }

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

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

 span { border-color: rgb(117,30,24); }

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