Html Css Color HEX #741504 Falu Red

📋 copy color: '#741504'

red 116 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #741504

Tints of Falu Red #741504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 82.27%
G = 14.89%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741504 (or 0x741504) is known color: Falu Red. HEX triplet: 74, 15 and 04. RGB value is (116,21,4). Sum of RGB (Red+Green+Blue) = 116+21+4=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #741504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741504 is #8BEAFB. Grayscale: #2F2F2F. Windows color (decimal): -9169660 or 267636. OLE color: 267636.

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

Color convert

RGB 116 21 4 -
CMYK 0 0.82 0.97 0.55
HSL 9.11º 0.93% 0.24% -
HSV(B) 9.11º 0.97% 0.45% -
XYZ 7.49 4.26 0.54 -
YUV 47.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 116 21 4 0 0.82 0.97 0.55 9.11 0.93 0.24
Hex 74 15 4 0 52 61 37 9 5D 18
Octal 164 25 4 0 122 141 67 11 135 30
Binary 1110100 10101 100 0 1010010 1100001 110111 1001 1011101 11000

Color Harmonies of #741504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741504

Black with #741504

Text Example


Text Example

White with #741504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741504; }

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

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

background-color css

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

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

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

border-color css

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

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

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