Html Css Color HEX #742304 Falu Red

📋 copy color: '#742304'

red 116 ◦ green 35 ◦ blue 4

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

Shades of Falu Red #742304

Tints of Falu Red #742304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 74.84%
G = 22.58%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#742304 (or 0x742304) is known color: Falu Red. HEX triplet: 74, 23 and 04. RGB value is (116,35,4). Sum of RGB (Red+Green+Blue) = 116+35+4=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #742304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742304 is #8BDCFB. Grayscale: #373737. Windows color (decimal): -9166076 or 271220. OLE color: 271220.

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

Color convert

RGB 116 35 4 -
CMYK 0 0.70 0.97 0.55
HSL 16.61º 0.93% 0.24% -
HSV(B) 16.61º 0.97% 0.45% -
XYZ 7.83 4.92 0.65 -
YUV 55.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 116 35 4 0 0.70 0.97 0.55 16.61 0.93 0.24
Hex 74 23 4 0 46 61 37 11 5D 18
Octal 164 43 4 0 106 141 67 21 135 30
Binary 1110100 100011 100 0 1000110 1100001 110111 10001 1011101 11000

Color Harmonies of #742304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742304

Black with #742304

Text Example


Text Example

White with #742304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742304; }

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

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

background-color css

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

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

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

border-color css

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

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

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