#762313

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

Shades of Falu Red #762313

Tints of Falu Red #762313

Color information

#762313 (or 0x762313) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 13. RGB value is (118,35,19). Sum of RGB (Red+Green+Blue) = 118+35+19=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762313 is #89DCEC. Grayscale: #3A3A3A. Windows color (decimal): -9034989 or 1254262. OLE color: 1254262.

HSL color Cylindrical-coordinate representation of color #762313: hue angle of 9.7º 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 #762313 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1183519-
CMYK00.700.840.54
HSL9.7º72.26%26.86%-
HSV(B)9.7º83.9%46.27%-
XYZ8.195.11.17-
YUV57.99106170.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.60%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=68.60%
G=20.35%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118351900.700.840.549.772.2626.86
Hex7623130465436a481b
Octal16643230106124661211033
Binary1110110100011100110100011010101001101101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762313; }

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

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

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

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

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

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

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

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