Html Css Color HEX #741C07 Falu Red

📋 copy color: '#741C07'

red 116 ◦ green 28 ◦ blue 7

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

Shades of Falu Red #741C07

Tints of Falu Red #741C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

 BLUE value IS 7 (3.13% from 255) = 4.64%

R = 76.82%
G = 18.54%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#741C07 (or 0x741C07) is known color: Falu Red. HEX triplet: 74, 1C and 07. RGB value is (116,28,7). Sum of RGB (Red+Green+Blue) = 116+28+7=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #741C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C07 is #8BE3F8. Grayscale: #343434. Windows color (decimal): -9167865 or 466036. OLE color: 466036.

HSL color Cylindrical-coordinate representation of color #741C07: hue angle of 11.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #741C07 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 28 7 -
CMYK 0 0.76 0.94 0.55
HSL 11.56º 0.89% 0.24% -
HSV(B) 11.56º 0.94% 0.45% -
XYZ 7.66 4.56 0.68 -
YUV 51.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 116 28 7 0 0.76 0.94 0.55 11.56 0.89 0.24
Hex 74 1C 7 0 4C 5E 37 C 59 18
Octal 164 34 7 0 114 136 67 14 131 30
Binary 1110100 11100 111 0 1001100 1011110 110111 1100 1011001 11000

Color Harmonies of #741C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C07

Black with #741C07

Text Example


Text Example

White with #741C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,28,7); }

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

background-color css

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

 a { background-color: rgb(116,28,7); }

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

border-color css

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

 span { border-color: rgb(116,28,7); }

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