Html Css Color HEX #742012 Falu Red

📋 copy color: '#742012'

red 116 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #742012

Tints of Falu Red #742012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 69.88%
G = 19.28%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#742012 (or 0x742012) is known color: Falu Red. HEX triplet: 74, 20 and 12. RGB value is (116,32,18). Sum of RGB (Red+Green+Blue) = 116+32+18=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #742012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742012 is #8BDFED. Grayscale: #373737. Windows color (decimal): -9166830 or 1187956. OLE color: 1187956.

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

Color convert

RGB 116 32 18 -
CMYK 0 0.72 0.84 0.55
HSL 8.57º 0.73% 0.26% -
HSV(B) 8.57º 0.84% 0.45% -
XYZ 7.83 4.79 1.08 -
YUV 55.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 116 32 18 0 0.72 0.84 0.55 8.57 0.73 0.26
Hex 74 20 12 0 48 54 37 9 49 1A
Octal 164 40 22 0 110 124 67 11 111 32
Binary 1110100 100000 10010 0 1001000 1010100 110111 1001 1001001 11010

Color Harmonies of #742012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742012

Black with #742012

Text Example


Text Example

White with #742012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742012; }

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

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

background-color css

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

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

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

border-color css

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

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

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