Html Css Color HEX #741110 Falu Red

📋 copy color: '#741110'

red 116 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #741110

Tints of Falu Red #741110

RGB

 RED value IS 116 (45.7% from 255) = 77.85%

 GREEN value IS 17 (7.03% from 255) = 11.41%

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 77.85%
G = 11.41%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#741110 (or 0x741110) is known color: Falu Red. HEX triplet: 74, 11 and 10. RGB value is (116,17,16). Sum of RGB (Red+Green+Blue) = 116+17+16=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #741110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741110 is #8BEEEF. Grayscale: #2E2E2E. Windows color (decimal): -9170672 or 1053044. OLE color: 1053044.

HSL color Cylindrical-coordinate representation of color #741110: hue angle of 0.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741110 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 16 -
CMYK 0 0.85 0.86 0.55
HSL 0.6º 0.76% 0.26% -
HSV(B) 0.6º 0.86% 0.45% -
XYZ 7.5 4.15 0.9 -
YUV 46.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 116 17 16 0 0.85 0.86 0.55 0.6 0.76 0.26
Hex 74 11 10 0 55 56 37 1 4C 1A
Octal 164 21 20 0 125 126 67 1 114 32
Binary 1110100 10001 10000 0 1010101 1010110 110111 1 1001100 11010

Color Harmonies of #741110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741110

Black with #741110

Text Example


Text Example

White with #741110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741110; }

 p { color: rgb(116,17,16); }

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

background-color css

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

 a { background-color: rgb(116,17,16); }

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

border-color css

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

 span { border-color: rgb(116,17,16); }

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