#75200C

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

Shades of Falu Red #75200C

Tints of Falu Red #75200C

Color information

#75200C (or 0x75200C) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 0C. RGB value is (117,32,12). Sum of RGB (Red+Green+Blue) = 117+32+12=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #75200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75200C is #8ADFF3. Grayscale: #373737. Windows color (decimal): -9101300 or 794741. OLE color: 794741.

HSL color Cylindrical-coordinate representation of color #75200C: hue angle of 11.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75200C is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1173212-
CMYK00.730.900.54
HSL11.43º81.4%25.29%-
HSV(B)11.43º89.74%45.88%-
XYZ7.924.840.86-
YUV55.14103.66172.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.67%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=72.67%
G=19.88%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117321200.730.900.5411.4381.425.29
Hex7520C0495A36b5119
Octal16540140111132661312131
Binary111010110000011000100100110110101101101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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