#762015

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

Shades of Falu Red #762015

Tints of Falu Red #762015

Color information

#762015 (or 0x762015) is unknown color: approx Falu Red. HEX triplet: 76, 20 and 15. RGB value is (118,32,21). Sum of RGB (Red+Green+Blue) = 118+32+21=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #762015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762015 is #89DFEA. Grayscale: #383838. Windows color (decimal): -9035755 or 1384566. OLE color: 1384566.

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

Color convert

RGB1183221-
CMYK00.730.820.54
HSL6.8º69.78%27.25%-
HSV(B)6.8º82.2%46.27%-
XYZ8.124.941.23-
YUV56.46107.99171.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.01%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=69.01%
G=18.71%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118322100.730.820.546.869.7827.25
Hex76201504952367461b
Octal1664025011112266710633
Binary111011010000010101010010011010010110110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762015; }

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

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

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

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

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

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

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

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