Html Css Color HEX #741505 Falu Red

📋 copy color: '#741505'

red 116 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #741505

Tints of Falu Red #741505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.52%

R = 81.69%
G = 14.79%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#741505 (or 0x741505) is known color: Falu Red. HEX triplet: 74, 15 and 05. RGB value is (116,21,5). Sum of RGB (Red+Green+Blue) = 116+21+5=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #741505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741505 is #8BEAFA. Grayscale: #2F2F2F. Windows color (decimal): -9169659 or 333172. OLE color: 333172.

HSL color Cylindrical-coordinate representation of color #741505: hue angle of 8.65º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #741505 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 5 -
CMYK 0 0.82 0.96 0.55
HSL 8.65º 0.92% 0.24% -
HSV(B) 8.65º 0.96% 0.45% -
XYZ 7.5 4.26 0.57 -
YUV 47.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 116 21 5 0 0.82 0.96 0.55 8.65 0.92 0.24
Hex 74 15 5 0 52 60 37 9 5C 18
Octal 164 25 5 0 122 140 67 11 134 30
Binary 1110100 10101 101 0 1010010 1100000 110111 1001 1011100 11000

Color Harmonies of #741505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741505

Black with #741505

Text Example


Text Example

White with #741505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741505; }

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

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

background-color css

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

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

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

border-color css

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

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

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