#75200F

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

Shades of Falu Red #75200F

Tints of Falu Red #75200F

Color information

#75200F (or 0x75200F) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 0F. RGB value is (117,32,15). Sum of RGB (Red+Green+Blue) = 117+32+15=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75200F is #8ADFF0. Grayscale: #373737. Windows color (decimal): -9101297 or 991349. OLE color: 991349.

HSL color Cylindrical-coordinate representation of color #75200F: hue angle of 10º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75200F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1173215-
CMYK00.730.870.54
HSL10º77.27%25.88%-
HSV(B)10º87.18%45.88%-
XYZ7.944.850.97-
YUV55.48105.16171.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=71.34%
G=19.51%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117321500.730.870.541077.2725.88
Hex7520F0495736a4d1a
Octal16540170111127661211532
Binary111010110000011110100100110101111101101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75200F; }

 p { color: rgb(117,32,15); }

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

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

 a { background-color: rgb(117,32,15); }

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

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

 span { border-color: rgb(117,32,15); }

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