Html Css Color HEX #741E10 Falu Red

📋 copy color: '#741E10'

red 116 ◦ green 30 ◦ blue 16

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

Shades of Falu Red #741E10

Tints of Falu Red #741E10

RGB

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

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

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

R = 71.6%
G = 18.52%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#741E10 (or 0x741E10) is known color: Falu Red. HEX triplet: 74, 1E and 10. RGB value is (116,30,16). Sum of RGB (Red+Green+Blue) = 116+30+16=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #741E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E10 is #8BE1EF. Grayscale: #363636. Windows color (decimal): -9167344 or 1056372. OLE color: 1056372.

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

Color convert

RGB 116 30 16 -
CMYK 0 0.74 0.86 0.55
HSL 8.4º 0.76% 0.26% -
HSV(B) 8.4º 0.86% 0.45% -
XYZ 7.76 4.68 0.98 -
YUV 54.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 116 30 16 0 0.74 0.86 0.55 8.4 0.76 0.26
Hex 74 1E 10 0 4A 56 37 8 4C 1A
Octal 164 36 20 0 112 126 67 10 114 32
Binary 1110100 11110 10000 0 1001010 1010110 110111 1000 1001100 11010

Color Harmonies of #741E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E10

Black with #741E10

Text Example


Text Example

White with #741E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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