#76260B

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

Shades of Falu Red #76260B

Tints of Falu Red #76260B

Color information

#76260B (or 0x76260B) is unknown color: approx Falu Red. HEX triplet: 76, 26 and 0B. RGB value is (118,38,11). Sum of RGB (Red+Green+Blue) = 118+38+11=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76260B is #89D9F4. Grayscale: #3B3B3B. Windows color (decimal): -9034229 or 730742. OLE color: 730742.

HSL color Cylindrical-coordinate representation of color #76260B: hue angle of 15.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76260B is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1183811-
CMYK00.680.910.54
HSL15.14º82.95%25.29%-
HSV(B)15.14º90.68%46.27%-
XYZ8.225.260.9-
YUV58.84101170.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=70.66%
G=22.75%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118381100.680.910.5415.1482.9525.29
Hex7626B0445B36f5319
Octal16646130104133661712331
Binary111011010011010110100010010110111101101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76260B; }

 p { color: rgb(118,38,11); }

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

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

 a { background-color: rgb(118,38,11); }

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

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

 span { border-color: rgb(118,38,11); }

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