Html Css Color HEX #74110C Falu Red

📋 copy color: '#74110C'

red 116 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #74110C

Tints of Falu Red #74110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 80%
G = 11.72%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74110C (or 0x74110C) is known color: Falu Red. HEX triplet: 74, 11 and 0C. RGB value is (116,17,12). Sum of RGB (Red+Green+Blue) = 116+17+12=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #74110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74110C is #8BEEF3. Grayscale: #2E2E2E. Windows color (decimal): -9170676 or 790900. OLE color: 790900.

HSL color Cylindrical-coordinate representation of color #74110C: hue angle of 2.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74110C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 12 -
CMYK 0 0.85 0.90 0.55
HSL 2.88º 0.81% 0.25% -
HSV(B) 2.88º 0.9% 0.45% -
XYZ 7.47 4.14 0.75 -
YUV 46.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 116 17 12 0 0.85 0.90 0.55 2.88 0.81 0.25
Hex 74 11 C 0 55 5A 37 3 51 19
Octal 164 21 14 0 125 132 67 3 121 31
Binary 1110100 10001 1100 0 1010101 1011010 110111 11 1010001 11001

Color Harmonies of #74110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74110C

Black with #74110C

Text Example


Text Example

White with #74110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74110C; }

 p { color: rgb(116,17,12); }

 H1.HeaderClassName
 {
   color: #74110C;
 }
 .AnyTagClassName
 {
   color: #74110C;
 }
</style>

background-color css

<style>
 a { background-color: #74110C; }

 a { background-color: rgb(116,17,12); }

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

border-color css

<style>
 span { border-color: #74110C; }

 span { border-color: rgb(116,17,12); }

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