Html Css Color HEX #74120F Falu Red

📋 copy color: '#74120F'

red 116 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #74120F

Tints of Falu Red #74120F

RGB

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

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

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

R = 77.85%
G = 12.08%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74120F (or 0x74120F) is known color: Falu Red. HEX triplet: 74, 12 and 0F. RGB value is (116,18,15). Sum of RGB (Red+Green+Blue) = 116+18+15=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #74120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74120F is #8BEDF0. Grayscale: #2F2F2F. Windows color (decimal): -9170417 or 987764. OLE color: 987764.

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

Color convert

RGB 116 18 15 -
CMYK 0 0.84 0.87 0.55
HSL 1.78º 0.77% 0.26% -
HSV(B) 1.78º 0.87% 0.45% -
XYZ 7.5 4.18 0.86 -
YUV 46.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 116 18 15 0 0.84 0.87 0.55 1.78 0.77 0.26
Hex 74 12 F 0 54 57 37 2 4D 1A
Octal 164 22 17 0 124 127 67 2 115 32
Binary 1110100 10010 1111 0 1010100 1010111 110111 10 1001101 11010

Color Harmonies of #74120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74120F

Black with #74120F

Text Example


Text Example

White with #74120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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