Html Css Color HEX #742215 Falu Red

📋 copy color: '#742215'

red 116 ◦ green 34 ◦ blue 21

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

Shades of Falu Red #742215

Tints of Falu Red #742215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 67.84%
G = 19.88%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#742215 (or 0x742215) is known color: Falu Red. HEX triplet: 74, 22 and 15. RGB value is (116,34,21). Sum of RGB (Red+Green+Blue) = 116+34+21=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #742215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742215 is #8BDDEA. Grayscale: #393939. Windows color (decimal): -9166315 or 1385076. OLE color: 1385076.

HSL color Cylindrical-coordinate representation of color #742215: hue angle of 8.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742215 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 21 -
CMYK 0 0.71 0.82 0.55
HSL 8.21º 0.69% 0.27% -
HSV(B) 8.21º 0.82% 0.45% -
XYZ 7.91 4.91 1.24 -
YUV 57.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 116 34 21 0 0.71 0.82 0.55 8.21 0.69 0.27
Hex 74 22 15 0 47 52 37 8 45 1B
Octal 164 42 25 0 107 122 67 10 105 33
Binary 1110100 100010 10101 0 1000111 1010010 110111 1000 1000101 11011

Color Harmonies of #742215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742215

Black with #742215

Text Example


Text Example

White with #742215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742215; }

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

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

background-color css

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

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

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

border-color css

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

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

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