#76231A

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

Shades of Falu Red #76231A

Tints of Falu Red #76231A

Color information

#76231A (or 0x76231A) is unknown color: approx Falu Red. HEX triplet: 76, 23 and 1A. RGB value is (118,35,26). Sum of RGB (Red+Green+Blue) = 118+35+26=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76231A is #89DCE5. Grayscale: #3A3A3A. Windows color (decimal): -9034982 or 1713014. OLE color: 1713014.

HSL color Cylindrical-coordinate representation of color #76231A: hue angle of 5.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76231A is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1183526-
CMYK00.700.780.54
HSL5.87º63.89%28.24%-
HSV(B)5.87º77.97%46.27%-
XYZ8.265.131.53-
YUV58.79109.5170.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=65.92%
G=19.55%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118352600.700.780.545.8763.8928.24
Hex76231A0464E366401c
Octal1664332010611666610034
Binary111011010001111010010001101001110110110110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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