Html Css Color HEX #741905 Falu Red

📋 copy color: '#741905'

red 116 ◦ green 25 ◦ blue 5

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

Shades of Falu Red #741905

Tints of Falu Red #741905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.42%

R = 79.45%
G = 17.12%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#741905 (or 0x741905) is known color: Falu Red. HEX triplet: 74, 19 and 05. RGB value is (116,25,5). Sum of RGB (Red+Green+Blue) = 116+25+5=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #741905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741905 is #8BE6FA. Grayscale: #323232. Windows color (decimal): -9168635 or 334196. OLE color: 334196.

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

Color convert

RGB 116 25 5 -
CMYK 0 0.78 0.96 0.55
HSL 10.81º 0.92% 0.24% -
HSV(B) 10.81º 0.96% 0.45% -
XYZ 7.58 4.42 0.6 -
YUV 49.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 116 25 5 0 0.78 0.96 0.55 10.81 0.92 0.24
Hex 74 19 5 0 4E 60 37 B 5C 18
Octal 164 31 5 0 116 140 67 13 134 30
Binary 1110100 11001 101 0 1001110 1100000 110111 1011 1011100 11000

Color Harmonies of #741905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741905

Black with #741905

Text Example


Text Example

White with #741905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741905; }

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

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

background-color css

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

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

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

border-color css

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

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

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