Html Css Color HEX #74160F Falu Red

📋 copy color: '#74160F'

red 116 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #74160F

Tints of Falu Red #74160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 75.82%
G = 14.38%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74160F (or 0x74160F) is known color: Falu Red. HEX triplet: 74, 16 and 0F. RGB value is (116,22,15). Sum of RGB (Red+Green+Blue) = 116+22+15=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #74160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74160F is #8BE9F0. Grayscale: #313131. Windows color (decimal): -9169393 or 988788. OLE color: 988788.

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

Color convert

RGB 116 22 15 -
CMYK 0 0.81 0.87 0.55
HSL 4.16º 0.77% 0.26% -
HSV(B) 4.16º 0.87% 0.45% -
XYZ 7.58 4.32 0.89 -
YUV 49.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 116 22 15 0 0.81 0.87 0.55 4.16 0.77 0.26
Hex 74 16 F 0 51 57 37 4 4D 1A
Octal 164 26 17 0 121 127 67 4 115 32
Binary 1110100 10110 1111 0 1010001 1010111 110111 100 1001101 11010

Color Harmonies of #74160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74160F

Black with #74160F

Text Example


Text Example

White with #74160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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