Html Css Color HEX #741207 Falu Red

📋 copy color: '#741207'

red 116 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #741207

Tints of Falu Red #741207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 82.27%
G = 12.77%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#741207 (or 0x741207) is known color: Falu Red. HEX triplet: 74, 12 and 07. RGB value is (116,18,7). Sum of RGB (Red+Green+Blue) = 116+18+7=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #741207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741207 is #8BEDF8. Grayscale: #2E2E2E. Windows color (decimal): -9170425 or 463476. OLE color: 463476.

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

Color convert

RGB 116 18 7 -
CMYK 0 0.84 0.94 0.55
HSL 6.06º 0.89% 0.24% -
HSV(B) 6.06º 0.94% 0.45% -
XYZ 7.46 4.16 0.61 -
YUV 46.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 116 18 7 0 0.84 0.94 0.55 6.06 0.89 0.24
Hex 74 12 7 0 54 5E 37 6 59 18
Octal 164 22 7 0 124 136 67 6 131 30
Binary 1110100 10010 111 0 1010100 1011110 110111 110 1011001 11000

Color Harmonies of #741207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741207

Black with #741207

Text Example


Text Example

White with #741207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741207; }

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

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

background-color css

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

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

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

border-color css

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

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

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