#750D0B

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

Shades of Falu Red #750D0B

Tints of Falu Red #750D0B

Color information

#750D0B (or 0x750D0B) is unknown color: approx Falu Red. HEX triplet: 75, 0D and 0B. RGB value is (117,13,11). Sum of RGB (Red+Green+Blue) = 117+13+11=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750D0B is #8AF2F4. Grayscale: #2B2B2B. Windows color (decimal): -9106165 or 724341. OLE color: 724341.

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

Color convert

RGB1171311-
CMYK00.890.910.54
HSL1.13º82.81%25.1%-
HSV(B)1.13º90.6%45.88%-
XYZ7.544.090.71-
YUV43.87109.46180.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=82.98%
G=9.22%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117131100.890.910.541.1382.8125.1
Hex75DB0595B3615319
Octal1651513013113366112331
Binary1110101110110110101100110110111101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750D0B; }

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

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

<style>
 a { background-color: #750D0B; }

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

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

<style>
 span { border-color: #750D0B; }

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

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