#762215

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

Shades of Falu Red #762215

Tints of Falu Red #762215

Color information

#762215 (or 0x762215) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 15. RGB value is (118,34,21). Sum of RGB (Red+Green+Blue) = 118+34+21=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762215 is #89DDEA. Grayscale: #393939. Windows color (decimal): -9035243 or 1385078. OLE color: 1385078.

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

Color convert

RGB1183421-
CMYK00.710.820.54
HSL8.04º69.78%27.25%-
HSV(B)8.04º82.2%46.27%-
XYZ8.185.051.25-
YUV57.63107.33171.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=68.21%
G=19.65%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118342100.710.820.548.0469.7827.25
Hex76221504752368461b
Octal16642250107122661010633
Binary1110110100010101010100011110100101101101000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762215; }

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

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

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

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

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

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

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

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