Html Css Color HEX #741E17 Falu Red

📋 copy color: '#741E17'

red 116 ◦ green 30 ◦ blue 23

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

Shades of Falu Red #741E17

Tints of Falu Red #741E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.75%

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

R = 68.64%
G = 17.75%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#741E17 (or 0x741E17) is known color: Falu Red. HEX triplet: 74, 1E and 17. RGB value is (116,30,23). Sum of RGB (Red+Green+Blue) = 116+30+23=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #741E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E17 is #8BE1E8. Grayscale: #373737. Windows color (decimal): -9167337 or 1515124. OLE color: 1515124.

HSL color Cylindrical-coordinate representation of color #741E17: hue angle of 4.52º 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 #741E17 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 30 23 -
CMYK 0 0.74 0.80 0.55
HSL 4.52º 0.67% 0.27% -
HSV(B) 4.52º 0.8% 0.45% -
XYZ 7.82 4.7 1.31 -
YUV 54.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 116 30 23 0 0.74 0.80 0.55 4.52 0.67 0.27
Hex 74 1E 17 0 4A 50 37 5 43 1B
Octal 164 36 27 0 112 120 67 5 103 33
Binary 1110100 11110 10111 0 1001010 1010000 110111 101 1000011 11011

Color Harmonies of #741E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E17

Black with #741E17

Text Example


Text Example

White with #741E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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