Html Css Color HEX #741D07 Falu Red

📋 copy color: '#741D07'

red 116 ◦ green 29 ◦ blue 7

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

Shades of Falu Red #741D07

Tints of Falu Red #741D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.08%

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

R = 76.32%
G = 19.08%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#741D07 (or 0x741D07) is known color: Falu Red. HEX triplet: 74, 1D and 07. RGB value is (116,29,7). Sum of RGB (Red+Green+Blue) = 116+29+7=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D07 is #8BE2F8. Grayscale: #343434. Windows color (decimal): -9167609 or 466292. OLE color: 466292.

HSL color Cylindrical-coordinate representation of color #741D07: hue angle of 12.11º 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 #741D07 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 7 -
CMYK 0 0.75 0.94 0.55
HSL 12.11º 0.89% 0.24% -
HSV(B) 12.11º 0.94% 0.45% -
XYZ 7.68 4.61 0.69 -
YUV 52.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 116 29 7 0 0.75 0.94 0.55 12.11 0.89 0.24
Hex 74 1D 7 0 4B 5E 37 C 59 18
Octal 164 35 7 0 113 136 67 14 131 30
Binary 1110100 11101 111 0 1001011 1011110 110111 1100 1011001 11000

Color Harmonies of #741D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D07

Black with #741D07

Text Example


Text Example

White with #741D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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