Html Css Color HEX #6E1312 Falu Red

📋 copy color: '#6E1312'

red 110 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #6E1312

Tints of Falu Red #6E1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 74.83%
G = 12.93%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6E1312 (or 0x6E1312) is known color: Falu Red. HEX triplet: 6E, 13 and 12. RGB value is (110,19,18). Sum of RGB (Red+Green+Blue) = 110+19+18=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1312 is #91ECED. Grayscale: #2E2E2E. Windows color (decimal): -9563374 or 1184622. OLE color: 1184622.

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

Color convert

RGB 110 19 18 -
CMYK 0 0.83 0.84 0.57
HSL 0.65º 0.72% 0.25% -
HSV(B) 0.65º 0.84% 0.43% -
XYZ 6.77 3.82 0.95 -
YUV 46.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 110 19 18 0 0.83 0.84 0.57 0.65 0.72 0.25
Hex 6E 13 12 0 53 54 39 1 48 19
Octal 156 23 22 0 123 124 71 1 110 31
Binary 1101110 10011 10010 0 1010011 1010100 111001 1 1001000 11001

Color Harmonies of #6E1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1312

Black with #6E1312

Text Example


Text Example

White with #6E1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,19,18); }

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

background-color css

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

 a { background-color: rgb(110,19,18); }

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

border-color css

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

 span { border-color: rgb(110,19,18); }

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