#751605

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

Shades of Falu Red #751605

Tints of Falu Red #751605

Color information

#751605 (or 0x751605) is unknown color: approx Falu Red. HEX triplet: 75, 16 and 05. RGB value is (117,22,5). Sum of RGB (Red+Green+Blue) = 117+22+5=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #751605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751605 is #8AE9FA. Grayscale: #303030. Windows color (decimal): -9103867 or 333429. OLE color: 333429.

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

Color convert

RGB117225-
CMYK00.810.960.54
HSL9.11º91.8%23.92%-
HSV(B)9.11º95.73%45.88%-
XYZ7.654.370.58-
YUV48.47103.47176.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.25%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=81.25%
G=15.28%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722500.810.960.549.1191.823.92
Hex75165051603695c18
Octal1652650121140661113430
Binary1110101101101010101000111000001101101001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751605; }

 p { color: rgb(117,22,5); }

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

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

 a { background-color: rgb(117,22,5); }

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

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

 span { border-color: rgb(117,22,5); }

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