Html Css Color HEX #74130F Falu Red

📋 copy color: '#74130F'

red 116 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #74130F

Tints of Falu Red #74130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 77.33%
G = 12.67%
B = 10%

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

#74130F (or 0x74130F) is known color: Falu Red. HEX triplet: 74, 13 and 0F. RGB value is (116,19,15). Sum of RGB (Red+Green+Blue) = 116+19+15=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #74130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74130F is #8BECF0. Grayscale: #2F2F2F. Windows color (decimal): -9170161 or 988020. OLE color: 988020.

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

Color convert

RGB 116 19 15 -
CMYK 0 0.84 0.87 0.55
HSL 2.38º 0.77% 0.26% -
HSV(B) 2.38º 0.87% 0.45% -
XYZ 7.52 4.21 0.87 -
YUV 47.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 116 19 15 0 0.84 0.87 0.55 2.38 0.77 0.26
Hex 74 13 F 0 54 57 37 2 4D 1A
Octal 164 23 17 0 124 127 67 2 115 32
Binary 1110100 10011 1111 0 1010100 1010111 110111 10 1001101 11010

Color Harmonies of #74130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74130F

Black with #74130F

Text Example


Text Example

White with #74130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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