Html Css Color HEX #742014 Falu Red

📋 copy color: '#742014'

red 116 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #742014

Tints of Falu Red #742014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 69.05%
G = 19.05%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#742014 (or 0x742014) is known color: Falu Red. HEX triplet: 74, 20 and 14. RGB value is (116,32,20). Sum of RGB (Red+Green+Blue) = 116+32+20=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #742014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742014 is #8BDFEB. Grayscale: #373737. Windows color (decimal): -9166828 or 1319028. OLE color: 1319028.

HSL color Cylindrical-coordinate representation of color #742014: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742014 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 20 -
CMYK 0 0.72 0.83 0.55
HSL 7.5º 0.71% 0.27% -
HSV(B) 7.5º 0.83% 0.45% -
XYZ 7.85 4.8 1.17 -
YUV 55.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 116 32 20 0 0.72 0.83 0.55 7.5 0.71 0.27
Hex 74 20 14 0 48 53 37 8 47 1B
Octal 164 40 24 0 110 123 67 10 107 33
Binary 1110100 100000 10100 0 1001000 1010011 110111 1000 1000111 11011

Color Harmonies of #742014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742014

Black with #742014

Text Example


Text Example

White with #742014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742014; }

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

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

background-color css

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

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

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

border-color css

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

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

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