Html Css Color HEX #741906 Falu Red

📋 copy color: '#741906'

red 116 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #741906

Tints of Falu Red #741906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.08%

R = 78.91%
G = 17.01%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#741906 (or 0x741906) is known color: Falu Red. HEX triplet: 74, 19 and 06. RGB value is (116,25,6). Sum of RGB (Red+Green+Blue) = 116+25+6=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #741906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741906 is #8BE6F9. Grayscale: #323232. Windows color (decimal): -9168634 or 399732. OLE color: 399732.

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

Color convert

RGB 116 25 6 -
CMYK 0 0.78 0.95 0.55
HSL 10.36º 0.9% 0.24% -
HSV(B) 10.36º 0.95% 0.45% -
XYZ 7.58 4.42 0.63 -
YUV 50.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 116 25 6 0 0.78 0.95 0.55 10.36 0.9 0.24
Hex 74 19 6 0 4E 5F 37 A 5A 18
Octal 164 31 6 0 116 137 67 12 132 30
Binary 1110100 11001 110 0 1001110 1011111 110111 1010 1011010 11000

Color Harmonies of #741906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741906

Black with #741906

Text Example


Text Example

White with #741906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741906; }

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

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

background-color css

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

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

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

border-color css

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

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

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