#762312

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

Shades of Falu Red #762312

Tints of Falu Red #762312

Color information

#762312 (or 0x762312) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 12. RGB value is (118,35,18). Sum of RGB (Red+Green+Blue) = 118+35+18=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #762312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762312 is #89DCED. Grayscale: #3A3A3A. Windows color (decimal): -9034990 or 1188726. OLE color: 1188726.

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

Color convert

RGB1183518-
CMYK00.700.850.54
HSL10.2º73.53%26.67%-
HSV(B)10.2º84.75%46.27%-
XYZ8.185.11.12-
YUV57.88105.5170.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=69.01%
G=20.47%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118351800.700.850.5410.273.5326.67
Hex7623120465536a4a1b
Octal16643220106125661211233
Binary1110110100011100100100011010101011101101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762312; }

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

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

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

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

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

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

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

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