#751E00

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

Shades of Falu Red #751E00

Tints of Falu Red #751E00

Color information

#751E00 (or 0x751E00) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 00. RGB value is (117,30,0). Sum of RGB (Red+Green+Blue) = 117+30+0=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #751E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E00 is #8AE1FF. Grayscale: #343434. Windows color (decimal): -9101824 or 7797. OLE color: 7797.

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

Color convert

RGB117300-
CMYK00.7410.54
HSL15.38º100%22.94%-
HSV(B)15.38º100%45.88%-
XYZ7.84.710.5-
YUV52.5998.32173.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.59%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.59%
G=20.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11730000.7410.5415.3810022.94
Hex751E004A6436f6417
Octal1653600112144661714427
Binary11101011111000100101011001001101101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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