#762413

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

Shades of Falu Red #762413

Tints of Falu Red #762413

Color information

#762413 (or 0x762413) is unknown color: approx Falu Red. HEX triplet: 76, 24 and 13. RGB value is (118,36,19). Sum of RGB (Red+Green+Blue) = 118+36+19=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762413 is #89DBEC. Grayscale: #3A3A3A. Windows color (decimal): -9034733 or 1254518. OLE color: 1254518.

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

Color convert

RGB1183619-
CMYK00.690.840.54
HSL10.3º72.26%26.86%-
HSV(B)10.3º83.9%46.27%-
XYZ8.225.161.18-
YUV58.58105.67170.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=68.21%
G=20.81%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118361900.690.840.5410.372.2626.86
Hex7624130455436a481b
Octal16644230105124661211033
Binary1110110100100100110100010110101001101101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762413; }

 p { color: rgb(118,36,19); }

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

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

 a { background-color: rgb(118,36,19); }

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

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

 span { border-color: rgb(118,36,19); }

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