#75201D

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

Shades of Falu Red #75201D

Tints of Falu Red #75201D

Color information

#75201D (or 0x75201D) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 1D. RGB value is (117,32,29). Sum of RGB (Red+Green+Blue) = 117+32+29=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75201D is #8ADFE2. Grayscale: #393939. Windows color (decimal): -9101283 or 1908853. OLE color: 1908853.

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

Color convert

RGB1173229-
CMYK00.730.750.54
HSL2.05º60.27%28.63%-
HSV(B)2.05º75.21%45.88%-
XYZ8.074.91.68-
YUV57.07112.16170.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 29 (11.72% from 255) = 16.29%
R=65.73%
G=17.98%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117322900.730.750.542.0560.2728.63
Hex75201D0494B3623c1d
Octal165403501111136627435
Binary1110101100000111010100100110010111101101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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