#751504

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

Shades of Falu Red #751504

Tints of Falu Red #751504

Color information

#751504 (or 0x751504) is unknown color: approx Falu Red. HEX triplet: 75, 15 and 04. RGB value is (117,21,4). Sum of RGB (Red+Green+Blue) = 117+21+4=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #751504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751504 is #8AEAFB. Grayscale: #2F2F2F. Windows color (decimal): -9104124 or 267637. OLE color: 267637.

HSL color Cylindrical-coordinate representation of color #751504: hue angle of 9.03º 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 #751504 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117214-
CMYK00.820.970.54
HSL9.03º93.39%23.73%-
HSV(B)9.03º96.58%45.88%-
XYZ7.634.330.55-
YUV47.77103.3177.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.39%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=82.39%
G=14.79%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11721400.820.970.549.0393.3923.73
Hex75154052613695d18
Octal1652540122141661113530
Binary1110101101011000101001011000011101101001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751504; }

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

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

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

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

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

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

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

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