Html Css Color HEX #741A15 Falu Red

📋 copy color: '#741A15'

red 116 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #741A15

Tints of Falu Red #741A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 71.17%
G = 15.95%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#741A15 (or 0x741A15) is known color: Falu Red. HEX triplet: 74, 1A and 15. RGB value is (116,26,21). Sum of RGB (Red+Green+Blue) = 116+26+21=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #741A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A15 is #8BE5EA. Grayscale: #343434. Windows color (decimal): -9168363 or 1383028. OLE color: 1383028.

HSL color Cylindrical-coordinate representation of color #741A15: hue angle of 3.16º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741A15 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 21 -
CMYK 0 0.78 0.82 0.55
HSL 3.16º 0.69% 0.27% -
HSV(B) 3.16º 0.82% 0.45% -
XYZ 7.71 4.51 1.17 -
YUV 52.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 116 26 21 0 0.78 0.82 0.55 3.16 0.69 0.27
Hex 74 1A 15 0 4E 52 37 3 45 1B
Octal 164 32 25 0 116 122 67 3 105 33
Binary 1110100 11010 10101 0 1001110 1010010 110111 11 1000101 11011

Color Harmonies of #741A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A15

Black with #741A15

Text Example


Text Example

White with #741A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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