#751A10

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

Shades of Falu Red #751A10

Tints of Falu Red #751A10

Color information

#751A10 (or 0x751A10) is unknown color: approx Falu Red. HEX triplet: 75, 1A and 10. RGB value is (117,26,16). Sum of RGB (Red+Green+Blue) = 117+26+16=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #751A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A10 is #8AE5EF. Grayscale: #343434. Windows color (decimal): -9102832 or 1055349. OLE color: 1055349.

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

Color convert

RGB1172616-
CMYK00.780.860.54
HSL5.94º75.94%26.08%-
HSV(B)5.94º86.32%45.88%-
XYZ7.84.560.96-
YUV52.07107.65174.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=73.58%
G=16.35%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117261600.780.860.545.9475.9426.08
Hex751A1004E563664c1a
Octal1653220011612666611432
Binary11101011101010000010011101010110110110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,26,16); }

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

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

 a { background-color: rgb(117,26,16); }

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

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

 span { border-color: rgb(117,26,16); }

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