#76221F

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

Shades of Falu Red #76221F

Tints of Falu Red #76221F

Color information

#76221F (or 0x76221F) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 1F. RGB value is (118,34,31). Sum of RGB (Red+Green+Blue) = 118+34+31=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76221F is #89DDE0. Grayscale: #3A3A3A. Windows color (decimal): -9035233 or 2040438. OLE color: 2040438.

HSL color Cylindrical-coordinate representation of color #76221F: hue angle of 2.07º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76221F is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1183431-
CMYK00.710.740.54
HSL2.07º58.39%29.22%-
HSV(B)2.07º73.73%46.27%-
XYZ8.295.091.84-
YUV58.77112.33170.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=64.48%
G=18.58%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118343100.710.740.542.0758.3929.22
Hex76221F0474A3623a1d
Octal166423701071126627235
Binary1110110100010111110100011110010101101101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76221F; }

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

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

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

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

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

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

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

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