#751A06

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

Shades of Falu Red #751A06

Tints of Falu Red #751A06

Color information

#751A06 (or 0x751A06) is unknown color: approx Falu Red. HEX triplet: 75, 1A and 06. RGB value is (117,26,6). Sum of RGB (Red+Green+Blue) = 117+26+6=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #751A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A06 is #8AE5F9. Grayscale: #333333. Windows color (decimal): -9102842 or 399989. OLE color: 399989.

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

Color convert

RGB117266-
CMYK00.780.950.54
HSL10.81º90.24%24.12%-
HSV(B)10.81º94.87%45.88%-
XYZ7.744.530.64-
YUV50.93102.65175.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78.52%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=78.52%
G=17.45%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11726600.780.950.5410.8190.2424.12
Hex751A604E5F36b5a18
Octal1653260116137661313230
Binary1110101110101100100111010111111101101011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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