#76230D

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

Shades of Falu Red #76230D

Tints of Falu Red #76230D

Color information

#76230D (or 0x76230D) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 0D. RGB value is (118,35,13). Sum of RGB (Red+Green+Blue) = 118+35+13=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76230D is #89DCF2. Grayscale: #393939. Windows color (decimal): -9034995 or 861046. OLE color: 861046.

HSL color Cylindrical-coordinate representation of color #76230D: hue angle of 12.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76230D is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1183513-
CMYK00.700.890.54
HSL12.57º80.15%25.69%-
HSV(B)12.57º88.98%46.27%-
XYZ8.145.080.93-
YUV57.31103171.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=71.08%
G=21.08%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118351300.700.890.5412.5780.1525.69
Hex7623D0465936d501a
Octal16643150106131661512032
Binary111011010001111010100011010110011101101101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,35,13); }

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

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

 a { background-color: rgb(118,35,13); }

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

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

 span { border-color: rgb(118,35,13); }

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