#75201F

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

Shades of Falu Red #75201F

Tints of Falu Red #75201F

Color information

#75201F (or 0x75201F) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 1F. RGB value is (117,32,31). Sum of RGB (Red+Green+Blue) = 117+32+31=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75201F is #8ADFE0. Grayscale: #393939. Windows color (decimal): -9101281 or 2039925. OLE color: 2039925.

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

Color convert

RGB1173231-
CMYK00.730.740.54
HSL0.7º58.11%29.02%-
HSV(B)0.7º73.5%45.88%-
XYZ8.14.911.82-
YUV57.3113.16170.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=65%
G=17.78%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117323100.730.740.540.758.1129.02
Hex75201F0494A3613a1d
Octal165403701111126617235
Binary111010110000011111010010011001010110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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