Html Css Color HEX #741C0F Falu Red

📋 copy color: '#741C0F'

red 116 ◦ green 28 ◦ blue 15

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

Shades of Falu Red #741C0F

Tints of Falu Red #741C0F

RGB

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

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

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

R = 72.96%
G = 17.61%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#741C0F (or 0x741C0F) is known color: Falu Red. HEX triplet: 74, 1C and 0F. RGB value is (116,28,15). Sum of RGB (Red+Green+Blue) = 116+28+15=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #741C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C0F is #8BE3F0. Grayscale: #343434. Windows color (decimal): -9167857 or 990324. OLE color: 990324.

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

Color convert

RGB 116 28 15 -
CMYK 0 0.76 0.87 0.55
HSL 7.72º 0.77% 0.26% -
HSV(B) 7.72º 0.87% 0.45% -
XYZ 7.7 4.58 0.93 -
YUV 52.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 116 28 15 0 0.76 0.87 0.55 7.72 0.77 0.26
Hex 74 1C F 0 4C 57 37 8 4D 1A
Octal 164 34 17 0 114 127 67 10 115 32
Binary 1110100 11100 1111 0 1001100 1010111 110111 1000 1001101 11010

Color Harmonies of #741C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C0F

Black with #741C0F

Text Example


Text Example

White with #741C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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