#76201D

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

Shades of Falu Red #76201D

Tints of Falu Red #76201D

Color information

#76201D (or 0x76201D) is unknown color: approx Falu Red. HEX triplet: 76, 20 and 1D. RGB value is (118,32,29). Sum of RGB (Red+Green+Blue) = 118+32+29=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76201D is #89DFE2. Grayscale: #393939. Windows color (decimal): -9035747 or 1908854. OLE color: 1908854.

HSL color Cylindrical-coordinate representation of color #76201D: hue angle of 2.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76201D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1183229-
CMYK00.730.750.54
HSL2.02º60.54%28.82%-
HSV(B)2.02º75.42%46.27%-
XYZ8.214.971.69-
YUV57.37111.99171.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=65.92%
G=17.88%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118322900.730.750.542.0260.5428.82
Hex76201D0494B3623d1d
Octal166403501111136627535
Binary1110110100000111010100100110010111101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76201D; }

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

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

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

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

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

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

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

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