Html Css Color HEX #74201D Falu Red

📋 copy color: '#74201D'

red 116 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #74201D

Tints of Falu Red #74201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 65.54%
G = 18.08%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74201D (or 0x74201D) is known color: Falu Red. HEX triplet: 74, 20 and 1D. RGB value is (116,32,29). Sum of RGB (Red+Green+Blue) = 116+32+29=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74201D is #8BDFE2. Grayscale: #383838. Windows color (decimal): -9166819 or 1908852. OLE color: 1908852.

HSL color Cylindrical-coordinate representation of color #74201D: hue angle of 2.07º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74201D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 29 -
CMYK 0 0.72 0.75 0.55
HSL 2.07º 0.6% 0.28% -
HSV(B) 2.07º 0.75% 0.45% -
XYZ 7.94 4.83 1.68 -
YUV 56.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 116 32 29 0 0.72 0.75 0.55 2.07 0.6 0.28
Hex 74 20 1D 0 48 4B 37 2 3C 1C
Octal 164 40 35 0 110 113 67 2 74 34
Binary 1110100 100000 11101 0 1001000 1001011 110111 10 111100 11100

Color Harmonies of #74201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74201D

Black with #74201D

Text Example


Text Example

White with #74201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,32,29); }

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

background-color css

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

 a { background-color: rgb(116,32,29); }

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

border-color css

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

 span { border-color: rgb(116,32,29); }

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