#762211

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

Shades of Falu Red #762211

Tints of Falu Red #762211

Color information

#762211 (or 0x762211) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 11. RGB value is (118,34,17). Sum of RGB (Red+Green+Blue) = 118+34+17=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #762211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762211 is #89DDEE. Grayscale: #393939. Windows color (decimal): -9035247 or 1122934. OLE color: 1122934.

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

Color convert

RGB1183417-
CMYK00.710.860.54
HSL10.1º74.81%26.47%-
HSV(B)10.1º85.59%46.27%-
XYZ8.145.041.07-
YUV57.18105.33171.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=69.82%
G=20.12%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118341700.710.860.5410.174.8126.47
Hex7622110475636a4b1a
Octal16642210107126661211332
Binary1110110100010100010100011110101101101101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762211; }

 p { color: rgb(118,34,17); }

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

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

 a { background-color: rgb(118,34,17); }

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

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

 span { border-color: rgb(118,34,17); }

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