#751D1A

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

Shades of Falu Red #751D1A

Tints of Falu Red #751D1A

Color information

#751D1A (or 0x751D1A) is unknown color: approx Falu Red. HEX triplet: 75, 1D and 1A. RGB value is (117,29,26). Sum of RGB (Red+Green+Blue) = 117+29+26=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D1A is #8AE2E5. Grayscale: #373737. Windows color (decimal): -9102054 or 1711477. OLE color: 1711477.

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

Color convert

RGB1172926-
CMYK00.750.780.54
HSL1.98º63.64%28.04%-
HSV(B)1.98º77.78%45.88%-
XYZ7.964.741.47-
YUV54.97111.65172.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 29 (11.72% from 255) = 16.86%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=68.02%
G=16.86%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117292600.750.780.541.9863.6428.04
Hex751D1A04B4E362401c
Octal1653532011311666210034
Binary1110101111011101001001011100111011011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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