#75130C

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

Shades of Falu Red #75130C

Tints of Falu Red #75130C

Color information

#75130C (or 0x75130C) is unknown color: approx Falu Red. HEX triplet: 75, 13 and 0C. RGB value is (117,19,12). Sum of RGB (Red+Green+Blue) = 117+19+12=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #75130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75130C is #8AECF3. Grayscale: #2F2F2F. Windows color (decimal): -9104628 or 791413. OLE color: 791413.

HSL color Cylindrical-coordinate representation of color #75130C: hue angle of 4º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75130C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1171912-
CMYK00.840.900.54
HSL81.4%25.29%-
HSV(B)89.74%45.88%-
XYZ7.644.270.77-
YUV47.5107.97177.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=79.05%
G=12.84%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117191200.840.900.54481.425.29
Hex7513C0545A3645119
Octal1652314012413266412131
Binary1110101100111100010101001011010110110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,19,12); }

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

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

 a { background-color: rgb(117,19,12); }

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

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

 span { border-color: rgb(117,19,12); }

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