Html Css Color HEX #741710 Falu Red

📋 copy color: '#741710'

red 116 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #741710

Tints of Falu Red #741710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

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

R = 74.84%
G = 14.84%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#741710 (or 0x741710) is known color: Falu Red. HEX triplet: 74, 17 and 10. RGB value is (116,23,16). Sum of RGB (Red+Green+Blue) = 116+23+16=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #741710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741710 is #8BE8EF. Grayscale: #323232. Windows color (decimal): -9169136 or 1054580. OLE color: 1054580.

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

Color convert

RGB 116 23 16 -
CMYK 0 0.80 0.86 0.55
HSL 4.2º 0.76% 0.26% -
HSV(B) 4.2º 0.86% 0.45% -
XYZ 7.6 4.36 0.93 -
YUV 50.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 116 23 16 0 0.80 0.86 0.55 4.2 0.76 0.26
Hex 74 17 10 0 50 56 37 4 4C 1A
Octal 164 27 20 0 120 126 67 4 114 32
Binary 1110100 10111 10000 0 1010000 1010110 110111 100 1001100 11010

Color Harmonies of #741710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741710

Black with #741710

Text Example


Text Example

White with #741710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741710; }

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

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

background-color css

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

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

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

border-color css

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

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

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