#75221A

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

Shades of Falu Red #75221A

Tints of Falu Red #75221A

Color information

#75221A (or 0x75221A) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 1A. RGB value is (117,34,26). Sum of RGB (Red+Green+Blue) = 117+34+26=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75221A is #8ADDE5. Grayscale: #3A3A3A. Windows color (decimal): -9100774 or 1712757. OLE color: 1712757.

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

Color convert

RGB1173426-
CMYK00.710.780.54
HSL5.27º63.64%28.04%-
HSV(B)5.27º77.78%45.88%-
XYZ8.0951.52-
YUV57.9110170.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=66.10%
G=19.21%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117342600.710.780.545.2763.6428.04
Hex75221A0474E365401c
Octal1654232010711666510034
Binary111010110001011010010001111001110110110101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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