Html Css Color HEX #741904 Falu Red

📋 copy color: '#741904'

red 116 ◦ green 25 ◦ blue 4

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

Shades of Falu Red #741904

Tints of Falu Red #741904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 4 (1.95% from 255) = 2.76%

R = 80%
G = 17.24%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741904 (or 0x741904) is known color: Falu Red. HEX triplet: 74, 19 and 04. RGB value is (116,25,4). Sum of RGB (Red+Green+Blue) = 116+25+4=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #741904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741904 is #8BE6FB. Grayscale: #313131. Windows color (decimal): -9168636 or 268660. OLE color: 268660.

HSL color Cylindrical-coordinate representation of color #741904: hue angle of 11.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #741904 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 4 -
CMYK 0 0.78 0.97 0.55
HSL 11.25º 0.93% 0.24% -
HSV(B) 11.25º 0.97% 0.45% -
XYZ 7.57 4.42 0.57 -
YUV 49.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 116 25 4 0 0.78 0.97 0.55 11.25 0.93 0.24
Hex 74 19 4 0 4E 61 37 B 5D 18
Octal 164 31 4 0 116 141 67 13 135 30
Binary 1110100 11001 100 0 1001110 1100001 110111 1011 1011101 11000

Color Harmonies of #741904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741904

Black with #741904

Text Example


Text Example

White with #741904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741904; }

 p { color: rgb(116,25,4); }

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

background-color css

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

 a { background-color: rgb(116,25,4); }

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

border-color css

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

 span { border-color: rgb(116,25,4); }

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