Html Css Color HEX #741901 Falu Red

📋 copy color: '#741901'

red 116 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #741901

Tints of Falu Red #741901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 81.69%
G = 17.61%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#741901 (or 0x741901) is known color: Falu Red. HEX triplet: 74, 19 and 01. RGB value is (116,25,1). Sum of RGB (Red+Green+Blue) = 116+25+1=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #741901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741901 is #8BE6FE. Grayscale: #313131. Windows color (decimal): -9168639 or 72052. OLE color: 72052.

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

Color convert

RGB 116 25 1 -
CMYK 0 0.78 0.99 0.55
HSL 12.52º 0.98% 0.23% -
HSV(B) 12.52º 0.99% 0.45% -
XYZ 7.56 4.41 0.48 -
YUV 49.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 116 25 1 0 0.78 0.99 0.55 12.52 0.98 0.23
Hex 74 19 1 0 4E 63 37 D 62 17
Octal 164 31 1 0 116 143 67 15 142 27
Binary 1110100 11001 1 0 1001110 1100011 110111 1101 1100010 10111

Color Harmonies of #741901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741901

Black with #741901

Text Example


Text Example

White with #741901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741901; }

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

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

background-color css

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

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

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

border-color css

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

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

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