#75240B

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

Shades of Falu Red #75240B

Tints of Falu Red #75240B

Color information

#75240B (or 0x75240B) is unknown color: approx Falu Red. HEX triplet: 75, 24 and 0B. RGB value is (117,36,11). Sum of RGB (Red+Green+Blue) = 117+36+11=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75240B is #8ADBF4. Grayscale: #393939. Windows color (decimal): -9100277 or 730229. OLE color: 730229.

HSL color Cylindrical-coordinate representation of color #75240B: hue angle of 14.15º 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 #75240B is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1173611-
CMYK00.690.910.54
HSL14.15º82.81%25.1%-
HSV(B)14.15º90.6%45.88%-
XYZ8.035.070.87-
YUV57.37101.84170.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=71.34%
G=21.95%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117361100.690.910.5414.1582.8125.1
Hex7524B0455B36e5319
Octal16544130105133661612331
Binary111010110010010110100010110110111101101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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