#742310

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

Shades of Falu Red #742310

Tints of Falu Red #742310

Color information

#742310 (or 0x742310) is unknown color: approx Falu Red. HEX triplet: 74, 23 and 10. RGB value is (116,35,16). Sum of RGB (Red+Green+Blue) = 116+35+16=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #742310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742310 is #8BDCEF. Grayscale: #393939. Windows color (decimal): -9166064 or 1057652. OLE color: 1057652.

HSL color Cylindrical-coordinate representation of color #742310: hue angle of 11.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #742310 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1163516-
CMYK00.700.860.55
HSL11.4º75.76%25.88%-
HSV(B)11.4º86.21%45.49%-
XYZ7.94.951.03-
YUV57.05104.84170.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=69.46%
G=20.96%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116351600.700.860.5511.475.7625.88
Hex7423100465637b4c1a
Octal16443200106126671311432
Binary1110100100011100000100011010101101101111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742310; }

 p { color: rgb(116,35,16); }

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

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

 a { background-color: rgb(116,35,16); }

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

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

 span { border-color: rgb(116,35,16); }

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