#76180A

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

Shades of Falu Red #76180A

Tints of Falu Red #76180A

Color information

#76180A (or 0x76180A) is unknown color: approx Falu Red. HEX triplet: 76, 18 and 0A. RGB value is (118,24,10). Sum of RGB (Red+Green+Blue) = 118+24+10=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76180A is #89E7F5. Grayscale: #323232. Windows color (decimal): -9037814 or 661622. OLE color: 661622.

HSL color Cylindrical-coordinate representation of color #76180A: hue angle of 7.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76180A is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1182410-
CMYK00.800.920.54
HSL7.78º84.38%25.1%-
HSV(B)7.78º91.53%46.27%-
XYZ7.854.530.75-
YUV50.51105.14176.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=77.63%
G=15.79%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118241000.800.920.547.7884.3825.1
Hex7618A0505C3685419
Octal16630120120134661012431
Binary11101101100010100101000010111001101101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76180A; }

 p { color: rgb(118,24,10); }

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

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

 a { background-color: rgb(118,24,10); }

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

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

 span { border-color: rgb(118,24,10); }

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