#75210F

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

Shades of Falu Red #75210F

Tints of Falu Red #75210F

Color information

#75210F (or 0x75210F) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 0F. RGB value is (117,33,15). Sum of RGB (Red+Green+Blue) = 117+33+15=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75210F is #8ADEF0. Grayscale: #383838. Windows color (decimal): -9101041 or 991605. OLE color: 991605.

HSL color Cylindrical-coordinate representation of color #75210F: hue angle of 10.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75210F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1173315-
CMYK00.720.870.54
HSL10.59º77.27%25.88%-
HSV(B)10.59º87.18%45.88%-
XYZ7.974.90.98-
YUV56.06104.83171.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=70.91%
G=20%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117331500.720.870.5410.5977.2725.88
Hex7521F0485736b4d1a
Octal16541170110127661311532
Binary111010110000111110100100010101111101101011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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