Html Css Color HEX #74211A Falu Red

📋 copy color: '#74211A'

red 116 ◦ green 33 ◦ blue 26

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

Shades of Falu Red #74211A

Tints of Falu Red #74211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

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

R = 66.29%
G = 18.86%
B = 14.86%

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

#74211A (or 0x74211A) is known color: Falu Red. HEX triplet: 74, 21 and 1A. RGB value is (116,33,26). Sum of RGB (Red+Green+Blue) = 116+33+26=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #74211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74211A is #8BDEE5. Grayscale: #393939. Windows color (decimal): -9166566 or 1712500. OLE color: 1712500.

HSL color Cylindrical-coordinate representation of color #74211A: hue angle of 4.67º 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 #74211A is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 26 -
CMYK 0 0.72 0.78 0.55
HSL 4.67º 0.63% 0.28% -
HSV(B) 4.67º 0.78% 0.45% -
XYZ 7.93 4.88 1.5 -
YUV 57.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 116 33 26 0 0.72 0.78 0.55 4.67 0.63 0.28
Hex 74 21 1A 0 48 4E 37 5 3F 1C
Octal 164 41 32 0 110 116 67 5 77 34
Binary 1110100 100001 11010 0 1001000 1001110 110111 101 111111 11100

Color Harmonies of #74211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74211A

Black with #74211A

Text Example


Text Example

White with #74211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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