#6D130F

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

Shades of Falu Red #6D130F

Tints of Falu Red #6D130F

Color information

#6D130F (or 0x6D130F) is unknown color: approx Falu Red. HEX triplet: 6D, 13 and 0F. RGB value is (109,19,15). Sum of RGB (Red+Green+Blue) = 109+19+15=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D130F is #92ECF0. Grayscale: #2D2D2D. Windows color (decimal): -9628913 or 988013. OLE color: 988013.

HSL color Cylindrical-coordinate representation of color #6D130F: hue angle of 2.55º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D130F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB1091915-
CMYK00.830.860.57
HSL2.55º75.81%24.31%-
HSV(B)2.55º86.24%42.75%-
XYZ6.633.750.83-
YUV45.45110.82173.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 76.22%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 15 (6.25% from 255) = 10.49%
R=76.22%
G=13.29%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109191500.830.860.572.5575.8124.31
Hex6D13F053563934c18
Octal1552317012312671311430
Binary110110110011111101010011101011011100111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D130F; }

 p { color: rgb(109,19,15); }

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

<style>
 a { background-color: #6D130F; }

 a { background-color: rgb(109,19,15); }

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

<style>
 span { border-color: #6D130F; }

 span { border-color: rgb(109,19,15); }

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