#75211A

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

Shades of Falu Red #75211A

Tints of Falu Red #75211A

Color information

#75211A (or 0x75211A) is unknown color: approx Falu Red. HEX triplet: 75, 21 and 1A. RGB value is (117,33,26). Sum of RGB (Red+Green+Blue) = 117+33+26=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #75211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75211A is #8ADEE5. Grayscale: #393939. Windows color (decimal): -9101030 or 1712501. OLE color: 1712501.

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

Color convert

RGB1173326-
CMYK00.720.780.54
HSL4.62º63.64%28.04%-
HSV(B)4.62º77.78%45.88%-
XYZ8.074.941.51-
YUV57.32110.33170.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.48%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=66.48%
G=18.75%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117332600.720.780.544.6263.6428.04
Hex75211A0484E365401c
Octal1654132011011666510034
Binary111010110000111010010010001001110110110101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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