Html Css Color HEX #741804 Falu Red

📋 copy color: '#741804'

red 116 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #741804

Tints of Falu Red #741804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 80.56%
G = 16.67%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741804 (or 0x741804) is known color: Falu Red. HEX triplet: 74, 18 and 04. RGB value is (116,24,4). Sum of RGB (Red+Green+Blue) = 116+24+4=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #741804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741804 is #8BE7FB. Grayscale: #313131. Windows color (decimal): -9168892 or 268404. OLE color: 268404.

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

Color convert

RGB 116 24 4 -
CMYK 0 0.79 0.97 0.55
HSL 10.71º 0.93% 0.24% -
HSV(B) 10.71º 0.97% 0.45% -
XYZ 7.55 4.38 0.56 -
YUV 49.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 116 24 4 0 0.79 0.97 0.55 10.71 0.93 0.24
Hex 74 18 4 0 4F 61 37 B 5D 18
Octal 164 30 4 0 117 141 67 13 135 30
Binary 1110100 11000 100 0 1001111 1100001 110111 1011 1011101 11000

Color Harmonies of #741804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741804

Black with #741804

Text Example


Text Example

White with #741804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741804; }

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

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

background-color css

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

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

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

border-color css

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

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

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