Html Css Color HEX #741C16 Falu Red

📋 copy color: '#741C16'

red 116 ◦ green 28 ◦ blue 22

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

Shades of Falu Red #741C16

Tints of Falu Red #741C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 69.88%
G = 16.87%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#741C16 (or 0x741C16) is known color: Falu Red. HEX triplet: 74, 1C and 16. RGB value is (116,28,22). Sum of RGB (Red+Green+Blue) = 116+28+22=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #741C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C16 is #8BE3E9. Grayscale: #353535. Windows color (decimal): -9167850 or 1449076. OLE color: 1449076.

HSL color Cylindrical-coordinate representation of color #741C16: hue angle of 3.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741C16 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 28 22 -
CMYK 0 0.76 0.81 0.55
HSL 3.83º 0.68% 0.27% -
HSV(B) 3.83º 0.81% 0.45% -
XYZ 7.76 4.6 1.24 -
YUV 53.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 116 28 22 0 0.76 0.81 0.55 3.83 0.68 0.27
Hex 74 1C 16 0 4C 51 37 4 44 1B
Octal 164 34 26 0 114 121 67 4 104 33
Binary 1110100 11100 10110 0 1001100 1010001 110111 100 1000100 11011

Color Harmonies of #741C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C16

Black with #741C16

Text Example


Text Example

White with #741C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,28,22); }

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

background-color css

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

 a { background-color: rgb(116,28,22); }

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

border-color css

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

 span { border-color: rgb(116,28,22); }

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