Html Css Color HEX #74221C Falu Red

📋 copy color: '#74221C'

red 116 ◦ green 34 ◦ blue 28

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

Shades of Falu Red #74221C

Tints of Falu Red #74221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 65.17%
G = 19.1%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74221C (or 0x74221C) is known color: Falu Red. HEX triplet: 74, 22 and 1C. RGB value is (116,34,28). Sum of RGB (Red+Green+Blue) = 116+34+28=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74221C is #8BDDE3. Grayscale: #393939. Windows color (decimal): -9166308 or 1843828. OLE color: 1843828.

HSL color Cylindrical-coordinate representation of color #74221C: hue angle of 4.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74221C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 28 -
CMYK 0 0.71 0.76 0.55
HSL 4.09º 0.61% 0.28% -
HSV(B) 4.09º 0.76% 0.45% -
XYZ 7.98 4.94 1.63 -
YUV 57.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 116 34 28 0 0.71 0.76 0.55 4.09 0.61 0.28
Hex 74 22 1C 0 47 4C 37 4 3D 1C
Octal 164 42 34 0 107 114 67 4 75 34
Binary 1110100 100010 11100 0 1000111 1001100 110111 100 111101 11100

Color Harmonies of #74221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74221C

Black with #74221C

Text Example


Text Example

White with #74221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74221C; }

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

 H1.HeaderClassName
 {
   color: #74221C;
 }
 .AnyTagClassName
 {
   color: #74221C;
 }
</style>

background-color css

<style>
 a { background-color: #74221C; }

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

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

border-color css

<style>
 span { border-color: #74221C; }

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

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