Html Css Color HEX #741514 Falu Red

📋 copy color: '#741514'

red 116 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #741514

Tints of Falu Red #741514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 73.89%
G = 13.38%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#741514 (or 0x741514) is known color: Falu Red. HEX triplet: 74, 15 and 14. RGB value is (116,21,20). Sum of RGB (Red+Green+Blue) = 116+21+20=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #741514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741514 is #8BEAEB. Grayscale: #313131. Windows color (decimal): -9169644 or 1316212. OLE color: 1316212.

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

Color convert

RGB 116 21 20 -
CMYK 0 0.82 0.83 0.55
HSL 0.63º 0.71% 0.27% -
HSV(B) 0.63º 0.83% 0.45% -
XYZ 7.6 4.3 1.09 -
YUV 49.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 116 21 20 0 0.82 0.83 0.55 0.63 0.71 0.27
Hex 74 15 14 0 52 53 37 1 47 1B
Octal 164 25 24 0 122 123 67 1 107 33
Binary 1110100 10101 10100 0 1010010 1010011 110111 1 1000111 11011

Color Harmonies of #741514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741514

Black with #741514

Text Example


Text Example

White with #741514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741514; }

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

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

background-color css

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

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

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

border-color css

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

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

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