#73231A

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

Shades of Falu Red #73231A

Tints of Falu Red #73231A

Color information

#73231A (or 0x73231A) is unknown color: approx Falu Red. HEX triplet: 73, 23 and 1A. RGB value is (115,35,26). Sum of RGB (Red+Green+Blue) = 115+35+26=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73231A is #8CDCE5. Grayscale: #3A3A3A. Windows color (decimal): -9231590 or 1713011. OLE color: 1713011.

HSL color Cylindrical-coordinate representation of color #73231A: hue angle of 6.07º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73231A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1153526-
CMYK00.700.770.55
HSL6.07º63.12%27.65%-
HSV(B)6.07º77.39%45.1%-
XYZ7.864.921.51-
YUV57.89110168.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=65.34%
G=19.89%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115352600.700.770.556.0763.1227.65
Hex73231A0464D3763f1c
Octal163433201061156767734
Binary11100111000111101001000110100110111011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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