Html Css Color HEX #741807 Falu Red

📋 copy color: '#741807'

red 116 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #741807

Tints of Falu Red #741807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

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

R = 78.91%
G = 16.33%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#741807 (or 0x741807) is known color: Falu Red. HEX triplet: 74, 18 and 07. RGB value is (116,24,7). Sum of RGB (Red+Green+Blue) = 116+24+7=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #741807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741807 is #8BE7F8. Grayscale: #313131. Windows color (decimal): -9168889 or 465012. OLE color: 465012.

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

Color convert

RGB 116 24 7 -
CMYK 0 0.79 0.94 0.55
HSL 9.36º 0.89% 0.24% -
HSV(B) 9.36º 0.94% 0.45% -
XYZ 7.57 4.38 0.65 -
YUV 49.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 116 24 7 0 0.79 0.94 0.55 9.36 0.89 0.24
Hex 74 18 7 0 4F 5E 37 9 59 18
Octal 164 30 7 0 117 136 67 11 131 30
Binary 1110100 11000 111 0 1001111 1011110 110111 1001 1011001 11000

Color Harmonies of #741807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741807

Black with #741807

Text Example


Text Example

White with #741807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741807; }

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

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

background-color css

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

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

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

border-color css

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

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

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