#75210C

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

Shades of Falu Red #75210C

Tints of Falu Red #75210C

Color information

#75210C (or 0x75210C) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 0C. RGB value is (117,33,12). Sum of RGB (Red+Green+Blue) = 117+33+12=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75210C is #8ADEF3. Grayscale: #373737. Windows color (decimal): -9101044 or 794997. OLE color: 794997.

HSL color Cylindrical-coordinate representation of color #75210C: hue angle of 12º 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 #75210C is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1173312-
CMYK00.720.900.54
HSL12º81.4%25.29%-
HSV(B)12º89.74%45.88%-
XYZ7.954.90.87-
YUV55.72103.33171.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.22%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=72.22%
G=20.37%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117331200.720.900.541281.425.29
Hex7521C0485A36c5119
Octal16541140110132661412131
Binary111010110000111000100100010110101101101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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