Html Css Color HEX #6D190D Falu Red

📋 copy color: '#6D190D'

red 109 ◦ green 25 ◦ blue 13

#6D190D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #6D190D

Tints of Falu Red #6D190D

RGB

 RED value IS 109 (42.97% from 255) = 74.15%

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 13 (5.47% from 255) = 8.84%

R = 74.15%
G = 17.01%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D190D (or 0x6D190D) is known color: Falu Red. HEX triplet: 6D, 19 and 0D. RGB value is (109,25,13). Sum of RGB (Red+Green+Blue) = 109+25+13=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D190D is #92E6F2. Grayscale: #303030. Windows color (decimal): -9627379 or 858477. OLE color: 858477.

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

Color convert

RGB 109 25 13 -
CMYK 0 0.77 0.88 0.57
HSL 7.5º 0.79% 0.24% -
HSV(B) 7.5º 0.88% 0.43% -
XYZ 6.73 3.98 0.79 -
YUV 48.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 109 25 13 0 0.77 0.88 0.57 7.5 0.79 0.24
Hex 6D 19 D 0 4D 58 39 8 4F 18
Octal 155 31 15 0 115 130 71 10 117 30
Binary 1101101 11001 1101 0 1001101 1011000 111001 1000 1001111 11000

Color Harmonies of #6D190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D190D

Black with #6D190D

Text Example


Text Example

White with #6D190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,25,13); }

 H1.HeaderClassName
 {
   color: #6D190D;
 }
 .AnyTagClassName
 {
   color: #6D190D;
 }
</style>

background-color css

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

 a { background-color: rgb(109,25,13); }

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

border-color css

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

 span { border-color: rgb(109,25,13); }

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