#75201A

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

Shades of Falu Red #75201A

Tints of Falu Red #75201A

Color information

#75201A (or 0x75201A) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 1A. RGB value is (117,32,26). Sum of RGB (Red+Green+Blue) = 117+32+26=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #75201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75201A is #8ADFE5. Grayscale: #383838. Windows color (decimal): -9101286 or 1712245. OLE color: 1712245.

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

Color convert

RGB1173226-
CMYK00.730.780.54
HSL3.96º63.64%28.04%-
HSV(B)3.96º77.78%45.88%-
XYZ8.044.891.5-
YUV56.73110.66170.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=66.86%
G=18.29%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117322600.730.780.543.9663.6428.04
Hex75201A0494E364401c
Octal1654032011111666410034
Binary111010110000011010010010011001110110110100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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