Html Css Color HEX #74220E Falu Red

📋 copy color: '#74220E'

red 116 ◦ green 34 ◦ blue 14

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

Shades of Falu Red #74220E

Tints of Falu Red #74220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 70.73%
G = 20.73%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74220E (or 0x74220E) is known color: Falu Red. HEX triplet: 74, 22 and 0E. RGB value is (116,34,14). Sum of RGB (Red+Green+Blue) = 116+34+14=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74220E is #8BDDF1. Grayscale: #383838. Windows color (decimal): -9166322 or 926324. OLE color: 926324.

HSL color Cylindrical-coordinate representation of color #74220E: hue angle of 11.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74220E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 14 -
CMYK 0 0.71 0.88 0.55
HSL 11.76º 0.78% 0.25% -
HSV(B) 11.76º 0.88% 0.45% -
XYZ 7.85 4.89 0.95 -
YUV 56.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 116 34 14 0 0.71 0.88 0.55 11.76 0.78 0.25
Hex 74 22 E 0 47 58 37 C 4E 19
Octal 164 42 16 0 107 130 67 14 116 31
Binary 1110100 100010 1110 0 1000111 1011000 110111 1100 1001110 11001

Color Harmonies of #74220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74220E

Black with #74220E

Text Example


Text Example

White with #74220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74220E; }

 p { color: rgb(116,34,14); }

 H1.HeaderClassName
 {
   color: #74220E;
 }
 .AnyTagClassName
 {
   color: #74220E;
 }
</style>

background-color css

<style>
 a { background-color: #74220E; }

 a { background-color: rgb(116,34,14); }

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

border-color css

<style>
 span { border-color: #74220E; }

 span { border-color: rgb(116,34,14); }

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