Html Css Color HEX #741A17 Falu Red

📋 copy color: '#741A17'

red 116 ◦ green 26 ◦ blue 23

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

Shades of Falu Red #741A17

Tints of Falu Red #741A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.76%

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 70.3%
G = 15.76%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#741A17 (or 0x741A17) is known color: Falu Red. HEX triplet: 74, 1A and 17. RGB value is (116,26,23). Sum of RGB (Red+Green+Blue) = 116+26+23=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #741A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A17 is #8BE5E8. Grayscale: #343434. Windows color (decimal): -9168361 or 1514100. OLE color: 1514100.

HSL color Cylindrical-coordinate representation of color #741A17: hue angle of 1.94º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741A17 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 23 -
CMYK 0 0.78 0.80 0.55
HSL 1.94º 0.67% 0.27% -
HSV(B) 1.94º 0.8% 0.45% -
XYZ 7.73 4.51 1.27 -
YUV 52.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 116 26 23 0 0.78 0.80 0.55 1.94 0.67 0.27
Hex 74 1A 17 0 4E 50 37 2 43 1B
Octal 164 32 27 0 116 120 67 2 103 33
Binary 1110100 11010 10111 0 1001110 1010000 110111 10 1000011 11011

Color Harmonies of #741A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A17

Black with #741A17

Text Example


Text Example

White with #741A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741A17; }

 p { color: rgb(116,26,23); }

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

background-color css

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

 a { background-color: rgb(116,26,23); }

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

border-color css

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

 span { border-color: rgb(116,26,23); }

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