Html Css Color HEX #74150D Falu Red

📋 copy color: '#74150D'

red 116 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #74150D

Tints of Falu Red #74150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

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

R = 77.33%
G = 14%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74150D (or 0x74150D) is known color: Falu Red. HEX triplet: 74, 15 and 0D. RGB value is (116,21,13). Sum of RGB (Red+Green+Blue) = 116+21+13=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #74150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74150D is #8BEAF2. Grayscale: #303030. Windows color (decimal): -9169651 or 857460. OLE color: 857460.

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

Color convert

RGB 116 21 13 -
CMYK 0 0.82 0.89 0.55
HSL 4.66º 0.8% 0.25% -
HSV(B) 4.66º 0.89% 0.45% -
XYZ 7.54 4.28 0.81 -
YUV 48.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 116 21 13 0 0.82 0.89 0.55 4.66 0.8 0.25
Hex 74 15 D 0 52 59 37 5 50 19
Octal 164 25 15 0 122 131 67 5 120 31
Binary 1110100 10101 1101 0 1010010 1011001 110111 101 1010000 11001

Color Harmonies of #74150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74150D

Black with #74150D

Text Example


Text Example

White with #74150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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