Html Css Color HEX #741510 Falu Red

📋 copy color: '#741510'

red 116 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #741510

Tints of Falu Red #741510

RGB

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

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

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

R = 75.82%
G = 13.73%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#741510 (or 0x741510) is known color: Falu Red. HEX triplet: 74, 15 and 10. RGB value is (116,21,16). Sum of RGB (Red+Green+Blue) = 116+21+16=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #741510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741510 is #8BEAEF. Grayscale: #303030. Windows color (decimal): -9169648 or 1054068. OLE color: 1054068.

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

Color convert

RGB 116 21 16 -
CMYK 0 0.82 0.86 0.55
HSL 0.76% 0.26% -
HSV(B) 0.86% 0.45% -
XYZ 7.56 4.29 0.92 -
YUV 48.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 116 21 16 0 0.82 0.86 0.55 3 0.76 0.26
Hex 74 15 10 0 52 56 37 3 4C 1A
Octal 164 25 20 0 122 126 67 3 114 32
Binary 1110100 10101 10000 0 1010010 1010110 110111 11 1001100 11010

Color Harmonies of #741510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741510

Black with #741510

Text Example


Text Example

White with #741510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741510; }

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

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

background-color css

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

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

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

border-color css

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

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

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