#751B0E

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

Shades of Falu Red #751B0E

Tints of Falu Red #751B0E

Color information

#751B0E (or 0x751B0E) is unknown color: approx Falu Red. HEX triplet: 75, 1B and 0E. RGB value is (117,27,14). Sum of RGB (Red+Green+Blue) = 117+27+14=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #751B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B0E is #8AE4F1. Grayscale: #343434. Windows color (decimal): -9102578 or 924533. OLE color: 924533.

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

Color convert

RGB1172714-
CMYK00.770.880.54
HSL7.57º78.63%25.69%-
HSV(B)7.57º88.03%45.88%-
XYZ7.814.60.89-
YUV52.43106.32174.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 74.05%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=74.05%
G=17.09%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117271400.770.880.547.5778.6325.69
Hex751BE04D583684f1a
Octal16533160115130661011732
Binary11101011101111100100110110110001101101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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