Html Css Color HEX #742514 Falu Red

📋 copy color: '#742514'

red 116 ◦ green 37 ◦ blue 20

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

Shades of Falu Red #742514

Tints of Falu Red #742514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 67.05%
G = 21.39%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#742514 (or 0x742514) is known color: Falu Red. HEX triplet: 74, 25 and 14. RGB value is (116,37,20). Sum of RGB (Red+Green+Blue) = 116+37+20=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #742514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742514 is #8BDAEB. Grayscale: #3A3A3A. Windows color (decimal): -9165548 or 1320308. OLE color: 1320308.

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

Color convert

RGB 116 37 20 -
CMYK 0 0.68 0.83 0.55
HSL 10.63º 0.71% 0.27% -
HSV(B) 10.63º 0.83% 0.45% -
XYZ 7.99 5.09 1.22 -
YUV 58.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 116 37 20 0 0.68 0.83 0.55 10.63 0.71 0.27
Hex 74 25 14 0 44 53 37 B 47 1B
Octal 164 45 24 0 104 123 67 13 107 33
Binary 1110100 100101 10100 0 1000100 1010011 110111 1011 1000111 11011

Color Harmonies of #742514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742514

Black with #742514

Text Example


Text Example

White with #742514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742514; }

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

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

background-color css

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

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

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

border-color css

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

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

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