#74200F

Color #74200F Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #74200F

Tints of Falu Red #74200F

Color information

#74200F (or 0x74200F) is unknown color: approx Falu Red. HEX triplet: 74, 20 and 0F. RGB value is (116,32,15). Sum of RGB (Red+Green+Blue) = 116+32+15=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74200F is #8BDFF0. Grayscale: #373737. Windows color (decimal): -9166833 or 991348. OLE color: 991348.

HSL color Cylindrical-coordinate representation of color #74200F: hue angle of 10.1º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74200F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1163215-
CMYK00.720.870.55
HSL10.1º77.1%25.69%-
HSV(B)10.1º87.07%45.49%-
XYZ7.814.780.96-
YUV55.18105.33171.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=71.17%
G=19.63%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116321500.720.870.5510.177.125.69
Hex7420F0485737a4d1a
Octal16440170110127671211532
Binary111010010000011110100100010101111101111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74200F; }

 p { color: rgb(116,32,15); }

 H1.HeaderClassName
 {
   color: #74200F;
 }
 .AnyTagClassName
 {
   color: #74200F;
 }
</style>
background-color css

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

 a { background-color: rgb(116,32,15); }

 div.DivClassName
 {
   background-color: #74200F;
 }
 .BgClassName
 {
   background-color: #74200F;
 }
</style>
border-color css

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

 span { border-color: rgb(116,32,15); }

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