Html Css Color HEX #74170D Falu Red

📋 copy color: '#74170D'

red 116 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #74170D

Tints of Falu Red #74170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 76.32%
G = 15.13%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74170D (or 0x74170D) is known color: Falu Red. HEX triplet: 74, 17 and 0D. RGB value is (116,23,13). Sum of RGB (Red+Green+Blue) = 116+23+13=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #74170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74170D is #8BE8F2. Grayscale: #313131. Windows color (decimal): -9169139 or 857972. OLE color: 857972.

HSL color Cylindrical-coordinate representation of color #74170D: hue angle of 5.83º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74170D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 13 -
CMYK 0 0.80 0.89 0.55
HSL 5.83º 0.8% 0.25% -
HSV(B) 5.83º 0.89% 0.45% -
XYZ 7.58 4.35 0.82 -
YUV 49.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 116 23 13 0 0.80 0.89 0.55 5.83 0.8 0.25
Hex 74 17 D 0 50 59 37 6 50 19
Octal 164 27 15 0 120 131 67 6 120 31
Binary 1110100 10111 1101 0 1010000 1011001 110111 110 1010000 11001

Color Harmonies of #74170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74170D

Black with #74170D

Text Example


Text Example

White with #74170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74170D; }

 p { color: rgb(116,23,13); }

 H1.HeaderClassName
 {
   color: #74170D;
 }
 .AnyTagClassName
 {
   color: #74170D;
 }
</style>

background-color css

<style>
 a { background-color: #74170D; }

 a { background-color: rgb(116,23,13); }

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

border-color css

<style>
 span { border-color: #74170D; }

 span { border-color: rgb(116,23,13); }

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