Html Css Color HEX #742004 Falu Red

📋 copy color: '#742004'

red 116 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #742004

Tints of Falu Red #742004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

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

R = 76.32%
G = 21.05%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#742004 (or 0x742004) is known color: Falu Red. HEX triplet: 74, 20 and 04. RGB value is (116,32,4). Sum of RGB (Red+Green+Blue) = 116+32+4=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #742004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742004 is #8BDFFB. Grayscale: #363636. Windows color (decimal): -9166844 or 270452. OLE color: 270452.

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

Color convert

RGB 116 32 4 -
CMYK 0 0.72 0.97 0.55
HSL 15º 0.93% 0.24% -
HSV(B) 15º 0.97% 0.45% -
XYZ 7.74 4.75 0.62 -
YUV 53.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 116 32 4 0 0.72 0.97 0.55 15 0.93 0.24
Hex 74 20 4 0 48 61 37 F 5D 18
Octal 164 40 4 0 110 141 67 17 135 30
Binary 1110100 100000 100 0 1001000 1100001 110111 1111 1011101 11000

Color Harmonies of #742004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742004

Black with #742004

Text Example


Text Example

White with #742004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742004; }

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

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

background-color css

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

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

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

border-color css

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

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

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