#751906

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

Shades of Falu Red #751906

Tints of Falu Red #751906

Color information

#751906 (or 0x751906) is unknown color: approx Falu Red. HEX triplet: 75, 19 and 06. RGB value is (117,25,6). Sum of RGB (Red+Green+Blue) = 117+25+6=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751906 is #8AE6F9. Grayscale: #323232. Windows color (decimal): -9103098 or 399733. OLE color: 399733.

HSL color Cylindrical-coordinate representation of color #751906: hue angle of 10.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #751906 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB117256-
CMYK00.790.950.54
HSL10.27º90.24%24.12%-
HSV(B)10.27º94.87%45.88%-
XYZ7.724.490.63-
YUV50.34102.98175.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=79.05%
G=16.89%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11725600.790.950.5410.2790.2424.12
Hex7519604F5F36a5a18
Octal1653160117137661213230
Binary1110101110011100100111110111111101101010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751906; }

 p { color: rgb(117,25,6); }

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

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

 a { background-color: rgb(117,25,6); }

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

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

 span { border-color: rgb(117,25,6); }

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