#76231F

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

Shades of Falu Red #76231F

Tints of Falu Red #76231F

Color information

#76231F (or 0x76231F) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 1F. RGB value is (118,35,31). Sum of RGB (Red+Green+Blue) = 118+35+31=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76231F is #89DCE0. Grayscale: #3B3B3B. Windows color (decimal): -9034977 or 2040694. OLE color: 2040694.

HSL color Cylindrical-coordinate representation of color #76231F: hue angle of 2.76º 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 #76231F is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1183531-
CMYK00.700.740.54
HSL2.76º58.39%29.22%-
HSV(B)2.76º73.73%46.27%-
XYZ8.325.151.85-
YUV59.36112169.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=64.13%
G=19.02%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118353100.700.740.542.7658.3929.22
Hex76231F0464A3633a1d
Octal166433701061126637235
Binary1110110100011111110100011010010101101101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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