#751B04

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

Shades of Falu Red #751B04

Tints of Falu Red #751B04

Color information

#751B04 (or 0x751B04) is unknown color: approx Falu Red. HEX triplet: 75, 1B and 04. RGB value is (117,27,4). Sum of RGB (Red+Green+Blue) = 117+27+4=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B04 is #8AE4FB. Grayscale: #333333. Windows color (decimal): -9102588 or 269173. OLE color: 269173.

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

Color convert

RGB117274-
CMYK00.770.970.54
HSL12.21º93.39%23.73%-
HSV(B)12.21º96.58%45.88%-
XYZ7.754.570.59-
YUV51.29101.32174.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=79.05%
G=18.24%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11727400.770.970.5412.2193.3923.73
Hex751B404D6136c5d18
Octal1653340115141661413530
Binary1110101110111000100110111000011101101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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