#75221E

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

Shades of Falu Red #75221E

Tints of Falu Red #75221E

Color information

#75221E (or 0x75221E) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 1E. RGB value is (117,34,30). Sum of RGB (Red+Green+Blue) = 117+34+30=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75221E is #8ADDE1. Grayscale: #3A3A3A. Windows color (decimal): -9100770 or 1974901. OLE color: 1974901.

HSL color Cylindrical-coordinate representation of color #75221E: hue angle of 2.76º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75221E is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1173430-
CMYK00.710.740.54
HSL2.76º59.18%28.82%-
HSV(B)2.76º74.36%45.88%-
XYZ8.145.021.77-
YUV58.36112169.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=64.64%
G=18.78%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117343000.710.740.542.7659.1828.82
Hex75221E0474A3633b1d
Octal165423601071126637335
Binary1110101100010111100100011110010101101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75221E; }

 p { color: rgb(117,34,30); }

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

<style>
 a { background-color: #75221E; }

 a { background-color: rgb(117,34,30); }

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

<style>
 span { border-color: #75221E; }

 span { border-color: rgb(117,34,30); }

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