#762514

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

Shades of Falu Red #762514

Tints of Falu Red #762514

Color information

#762514 (or 0x762514) is unknown color: approx Falu Red. HEX triplet: 76, 25 and 14. RGB value is (118,37,20). Sum of RGB (Red+Green+Blue) = 118+37+20=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762514 is #89DAEB. Grayscale: #3B3B3B. Windows color (decimal): -9034476 or 1320310. OLE color: 1320310.

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

Color convert

RGB1183720-
CMYK00.690.830.54
HSL10.41º71.01%27.06%-
HSV(B)10.41º83.05%46.27%-
XYZ8.265.231.24-
YUV59.28105.84169.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=67.43%
G=21.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118372000.690.830.5410.4171.0127.06
Hex7625140455336a471b
Octal16645240105123661210733
Binary1110110100101101000100010110100111101101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762514; }

 p { color: rgb(118,37,20); }

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

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

 a { background-color: rgb(118,37,20); }

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

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

 span { border-color: rgb(118,37,20); }

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