Html Css Color HEX #74190F Falu Red

📋 copy color: '#74190F'

red 116 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #74190F

Tints of Falu Red #74190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 74.36%
G = 16.03%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74190F (or 0x74190F) is known color: Falu Red. HEX triplet: 74, 19 and 0F. RGB value is (116,25,15). Sum of RGB (Red+Green+Blue) = 116+25+15=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #74190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74190F is #8BE6F0. Grayscale: #333333. Windows color (decimal): -9168625 or 989556. OLE color: 989556.

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

Color convert

RGB 116 25 15 -
CMYK 0 0.78 0.87 0.55
HSL 5.94º 0.77% 0.26% -
HSV(B) 5.94º 0.87% 0.45% -
XYZ 7.64 4.44 0.91 -
YUV 51.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 116 25 15 0 0.78 0.87 0.55 5.94 0.77 0.26
Hex 74 19 F 0 4E 57 37 6 4D 1A
Octal 164 31 17 0 116 127 67 6 115 32
Binary 1110100 11001 1111 0 1001110 1010111 110111 110 1001101 11010

Color Harmonies of #74190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74190F

Black with #74190F

Text Example


Text Example

White with #74190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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