Html Css Color HEX #74220D Falu Red

📋 copy color: '#74220D'

red 116 ◦ green 34 ◦ blue 13

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

Shades of Falu Red #74220D

Tints of Falu Red #74220D

RGB

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

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

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

R = 71.17%
G = 20.86%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74220D (or 0x74220D) is known color: Falu Red. HEX triplet: 74, 22 and 0D. RGB value is (116,34,13). Sum of RGB (Red+Green+Blue) = 116+34+13=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74220D is #8BDDF2. Grayscale: #383838. Windows color (decimal): -9166323 or 860788. OLE color: 860788.

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

Color convert

RGB 116 34 13 -
CMYK 0 0.71 0.89 0.55
HSL 12.23º 0.8% 0.25% -
HSV(B) 12.23º 0.89% 0.45% -
XYZ 7.85 4.89 0.91 -
YUV 56.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 116 34 13 0 0.71 0.89 0.55 12.23 0.8 0.25
Hex 74 22 D 0 47 59 37 C 50 19
Octal 164 42 15 0 107 131 67 14 120 31
Binary 1110100 100010 1101 0 1000111 1011001 110111 1100 1010000 11001

Color Harmonies of #74220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74220D

Black with #74220D

Text Example


Text Example

White with #74220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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