#76220C

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

Shades of Falu Red #76220C

Tints of Falu Red #76220C

Color information

#76220C (or 0x76220C) is unknown color: approx Falu Red. HEX triplet: 76, 22 and 0C. RGB value is (118,34,12). Sum of RGB (Red+Green+Blue) = 118+34+12=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76220C is #89DDF3. Grayscale: #383838. Windows color (decimal): -9035252 or 795254. OLE color: 795254.

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

Color convert

RGB1183412-
CMYK00.710.900.54
HSL12.45º81.54%25.49%-
HSV(B)12.45º89.83%46.27%-
XYZ8.115.020.89-
YUV56.61102.83171.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.95%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=71.95%
G=20.73%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118341200.710.900.5412.4581.5425.49
Hex7622C0475A36c5219
Octal16642140107132661412231
Binary111011010001011000100011110110101101101100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76220C; }

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

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

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

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

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

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

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

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