#75260D

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

Shades of Falu Red #75260D

Tints of Falu Red #75260D

Color information

#75260D (or 0x75260D) is unknown color: approx Falu Red. HEX triplet: 75, 26 and 0D. RGB value is (117,38,13). Sum of RGB (Red+Green+Blue) = 117+38+13=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75260D is #8AD9F2. Grayscale: #3A3A3A. Windows color (decimal): -9099763 or 861813. OLE color: 861813.

HSL color Cylindrical-coordinate representation of color #75260D: hue angle of 14.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75260D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1173813-
CMYK00.680.890.54
HSL14.42º80%25.49%-
HSV(B)14.42º88.89%45.88%-
XYZ8.15.20.96-
YUV58.77102.17169.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=69.64%
G=22.62%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117381300.680.890.5414.428025.49
Hex7526D0445936e5019
Octal16546150104131661612031
Binary111010110011011010100010010110011101101110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75260D; }

 p { color: rgb(117,38,13); }

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

<style>
 a { background-color: #75260D; }

 a { background-color: rgb(117,38,13); }

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

<style>
 span { border-color: #75260D; }

 span { border-color: rgb(117,38,13); }

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