#75221C

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

Shades of Falu Red #75221C

Tints of Falu Red #75221C

Color information

#75221C (or 0x75221C) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 1C. RGB value is (117,34,28). Sum of RGB (Red+Green+Blue) = 117+34+28=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75221C is #8ADDE3. Grayscale: #3A3A3A. Windows color (decimal): -9100772 or 1843829. OLE color: 1843829.

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

Color convert

RGB1173428-
CMYK00.710.760.54
HSL4.04º61.38%28.43%-
HSV(B)4.04º76.07%45.88%-
XYZ8.125.011.64-
YUV58.13111169.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=65.36%
G=18.99%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117342800.710.760.544.0461.3828.43
Hex75221C0474C3643d1c
Octal165423401071146647534
Binary11101011000101110001000111100110011011010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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