Html Css Color HEX #741210 Falu Red

📋 copy color: '#741210'

red 116 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #741210

Tints of Falu Red #741210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 77.33%
G = 12%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#741210 (or 0x741210) is known color: Falu Red. HEX triplet: 74, 12 and 10. RGB value is (116,18,16). Sum of RGB (Red+Green+Blue) = 116+18+16=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #741210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741210 is #8BEDEF. Grayscale: #2F2F2F. Windows color (decimal): -9170416 or 1053300. OLE color: 1053300.

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

Color convert

RGB 116 18 16 -
CMYK 0 0.84 0.86 0.55
HSL 1.2º 0.76% 0.26% -
HSV(B) 1.2º 0.86% 0.45% -
XYZ 7.51 4.18 0.9 -
YUV 47.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 116 18 16 0 0.84 0.86 0.55 1.2 0.76 0.26
Hex 74 12 10 0 54 56 37 1 4C 1A
Octal 164 22 20 0 124 126 67 1 114 32
Binary 1110100 10010 10000 0 1010100 1010110 110111 1 1001100 11010

Color Harmonies of #741210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741210

Black with #741210

Text Example


Text Example

White with #741210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741210; }

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

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

background-color css

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

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

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

border-color css

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

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

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