#751B1A

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

Shades of Falu Red #751B1A

Tints of Falu Red #751B1A

Color information

#751B1A (or 0x751B1A) is unknown color: approx Falu Red. HEX triplet: 75, 1B and 1A. RGB value is (117,27,26). Sum of RGB (Red+Green+Blue) = 117+27+26=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #751B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B1A is #8AE4E5. Grayscale: #353535. Windows color (decimal): -9102566 or 1710965. OLE color: 1710965.

HSL color Cylindrical-coordinate representation of color #751B1A: hue angle of 0.66º 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 #751B1A is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1172726-
CMYK00.770.780.54
HSL0.66º63.64%28.04%-
HSV(B)0.66º77.78%45.88%-
XYZ7.914.641.46-
YUV53.8112.32173.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=68.82%
G=15.88%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117272600.770.780.540.6663.6428.04
Hex751B1A04D4E361401c
Octal1653332011511666110034
Binary111010111011110100100110110011101101101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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