#751E0F

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

Shades of Falu Red #751E0F

Tints of Falu Red #751E0F

Color information

#751E0F (or 0x751E0F) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 0F. RGB value is (117,30,15). Sum of RGB (Red+Green+Blue) = 117+30+15=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #751E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E0F is #8AE1F0. Grayscale: #363636. Windows color (decimal): -9101809 or 990837. OLE color: 990837.

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

Color convert

RGB1173015-
CMYK00.740.870.54
HSL8.82º77.27%25.88%-
HSV(B)8.82º87.18%45.88%-
XYZ7.894.740.95-
YUV54.3105.82172.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.22%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=72.22%
G=18.52%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117301500.740.870.548.8277.2725.88
Hex751EF04A573694d1a
Octal16536170112127661111532
Binary11101011111011110100101010101111101101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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