Html Css Color HEX #742018 Falu Red

📋 copy color: '#742018'

red 116 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #742018

Tints of Falu Red #742018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 67.44%
G = 18.6%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#742018 (or 0x742018) is known color: Falu Red. HEX triplet: 74, 20 and 18. RGB value is (116,32,24). Sum of RGB (Red+Green+Blue) = 116+32+24=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742018 is #8BDFE7. Grayscale: #383838. Windows color (decimal): -9166824 or 1581172. OLE color: 1581172.

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

Color convert

RGB 116 32 24 -
CMYK 0 0.72 0.79 0.55
HSL 5.22º 0.66% 0.27% -
HSV(B) 5.22º 0.79% 0.45% -
XYZ 7.88 4.81 1.38 -
YUV 56.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 116 32 24 0 0.72 0.79 0.55 5.22 0.66 0.27
Hex 74 20 18 0 48 4F 37 5 42 1B
Octal 164 40 30 0 110 117 67 5 102 33
Binary 1110100 100000 11000 0 1001000 1001111 110111 101 1000010 11011

Color Harmonies of #742018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742018

Black with #742018

Text Example


Text Example

White with #742018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742018; }

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

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

background-color css

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

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

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

border-color css

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

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

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