Html Css Color HEX #6E190D Falu Red

📋 copy color: '#6E190D'

red 110 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #6E190D

Tints of Falu Red #6E190D

RGB

 RED value IS 110 (43.36% from 255) = 74.32%

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

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

R = 74.32%
G = 16.89%
B = 8.78%

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

#6E190D (or 0x6E190D) is known color: Falu Red. HEX triplet: 6E, 19 and 0D. RGB value is (110,25,13). Sum of RGB (Red+Green+Blue) = 110+25+13=148 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.32% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 110 - color contains mainly: red. Hex color #6E190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E190D is #91E6F2. Grayscale: #313131. Windows color (decimal): -9561843 or 858478. OLE color: 858478.

HSL color Cylindrical-coordinate representation of color #6E190D: hue angle of 7.42º 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 #6E190D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 25 13 -
CMYK 0 0.77 0.88 0.57
HSL 7.42º 0.79% 0.24% -
HSV(B) 7.42º 0.88% 0.43% -
XYZ 6.85 4.04 0.8 -
YUV 49.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 110 25 13 0 0.77 0.88 0.57 7.42 0.79 0.24
Hex 6E 19 D 0 4D 58 39 7 4F 18
Octal 156 31 15 0 115 130 71 7 117 30
Binary 1101110 11001 1101 0 1001101 1011000 111001 111 1001111 11000

Color Harmonies of #6E190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E190D

Black with #6E190D

Text Example


Text Example

White with #6E190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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