#752319

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

Shades of Falu Red #752319

Tints of Falu Red #752319

Color information

#752319 (or 0x752319) is unknown color: approx Falu Red. HEX triplet: 75, 23 and 19. RGB value is (117,35,25). Sum of RGB (Red+Green+Blue) = 117+35+25=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752319 is #8ADCE6. Grayscale: #3A3A3A. Windows color (decimal): -9100519 or 1647477. OLE color: 1647477.

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

Color convert

RGB1173525-
CMYK00.700.790.54
HSL6.52º64.79%27.84%-
HSV(B)6.52º78.63%45.88%-
XYZ8.115.051.47-
YUV58.38109.17169.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=66.10%
G=19.77%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117352500.700.790.546.5264.7927.84
Hex7523190464F367411c
Octal1654331010611766710134
Binary111010110001111001010001101001111110110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752319; }

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

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

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

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

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

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

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

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