Html Css Color HEX #74201A Falu Red

📋 copy color: '#74201A'

red 116 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #74201A

Tints of Falu Red #74201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 66.67%
G = 18.39%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74201A (or 0x74201A) is known color: Falu Red. HEX triplet: 74, 20 and 1A. RGB value is (116,32,26). Sum of RGB (Red+Green+Blue) = 116+32+26=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #74201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74201A is #8BDFE5. Grayscale: #383838. Windows color (decimal): -9166822 or 1712244. OLE color: 1712244.

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

Color convert

RGB 116 32 26 -
CMYK 0 0.72 0.78 0.55
HSL 0.63% 0.28% -
HSV(B) 0.78% 0.45% -
XYZ 7.91 4.82 1.49 -
YUV 56.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 116 32 26 0 0.72 0.78 0.55 4 0.63 0.28
Hex 74 20 1A 0 48 4E 37 4 3F 1C
Octal 164 40 32 0 110 116 67 4 77 34
Binary 1110100 100000 11010 0 1001000 1001110 110111 100 111111 11100

Color Harmonies of #74201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74201A

Black with #74201A

Text Example


Text Example

White with #74201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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