#75200B

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

Shades of Falu Red #75200B

Tints of Falu Red #75200B

Color information

#75200B (or 0x75200B) is unknown color: approx Falu Red. HEX triplet: 75, 20 and 0B. RGB value is (117,32,11). Sum of RGB (Red+Green+Blue) = 117+32+11=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #75200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75200B is #8ADFF4. Grayscale: #373737. Windows color (decimal): -9101301 or 729205. OLE color: 729205.

HSL color Cylindrical-coordinate representation of color #75200B: hue angle of 11.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75200B is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1173211-
CMYK00.730.910.54
HSL11.89º82.81%25.1%-
HSV(B)11.89º90.6%45.88%-
XYZ7.914.840.83-
YUV55.02103.16172.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.12%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=73.12%
G=20%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117321100.730.910.5411.8982.8125.1
Hex7520B0495B36c5319
Octal16540130111133661412331
Binary111010110000010110100100110110111101101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75200B; }

 p { color: rgb(117,32,11); }

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

<style>
 a { background-color: #75200B; }

 a { background-color: rgb(117,32,11); }

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

<style>
 span { border-color: #75200B; }

 span { border-color: rgb(117,32,11); }

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