Html Css Color HEX #741F0F Falu Red

📋 copy color: '#741F0F'

red 116 ◦ green 31 ◦ blue 15

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

Shades of Falu Red #741F0F

Tints of Falu Red #741F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 71.6%
G = 19.14%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#741F0F (or 0x741F0F) is known color: Falu Red. HEX triplet: 74, 1F and 0F. RGB value is (116,31,15). Sum of RGB (Red+Green+Blue) = 116+31+15=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #741F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F0F is #8BE0F0. Grayscale: #363636. Windows color (decimal): -9167089 or 991092. OLE color: 991092.

HSL color Cylindrical-coordinate representation of color #741F0F: hue angle of 9.5º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741F0F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 31 15 -
CMYK 0 0.73 0.87 0.55
HSL 9.5º 0.77% 0.26% -
HSV(B) 9.5º 0.87% 0.45% -
XYZ 7.78 4.73 0.95 -
YUV 54.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 116 31 15 0 0.73 0.87 0.55 9.5 0.77 0.26
Hex 74 1F F 0 49 57 37 A 4D 1A
Octal 164 37 17 0 111 127 67 12 115 32
Binary 1110100 11111 1111 0 1001001 1010111 110111 1010 1001101 11010

Color Harmonies of #741F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F0F

Black with #741F0F

Text Example


Text Example

White with #741F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,31,15); }

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

background-color css

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

 a { background-color: rgb(116,31,15); }

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

border-color css

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

 span { border-color: rgb(116,31,15); }

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