Html Css Color HEX #74180D Falu Red

📋 copy color: '#74180D'

red 116 ◦ green 24 ◦ blue 13

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

Shades of Falu Red #74180D

Tints of Falu Red #74180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 75.82%
G = 15.69%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74180D (or 0x74180D) is known color: Falu Red. HEX triplet: 74, 18 and 0D. RGB value is (116,24,13). Sum of RGB (Red+Green+Blue) = 116+24+13=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #74180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74180D is #8BE7F2. Grayscale: #323232. Windows color (decimal): -9168883 or 858228. OLE color: 858228.

HSL color Cylindrical-coordinate representation of color #74180D: hue angle of 6.41º 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 #74180D is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 13 -
CMYK 0 0.79 0.89 0.55
HSL 6.41º 0.8% 0.25% -
HSV(B) 6.41º 0.89% 0.45% -
XYZ 7.6 4.4 0.83 -
YUV 50.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 116 24 13 0 0.79 0.89 0.55 6.41 0.8 0.25
Hex 74 18 D 0 4F 59 37 6 50 19
Octal 164 30 15 0 117 131 67 6 120 31
Binary 1110100 11000 1101 0 1001111 1011001 110111 110 1010000 11001

Color Harmonies of #74180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74180D

Black with #74180D

Text Example


Text Example

White with #74180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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