#73231D

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

Shades of Falu Red #73231D

Tints of Falu Red #73231D

Color information

#73231D (or 0x73231D) is unknown color: approx Falu Red. HEX triplet: 73, 23 and 1D. RGB value is (115,35,29). Sum of RGB (Red+Green+Blue) = 115+35+29=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73231D is #8CDCE2. Grayscale: #3A3A3A. Windows color (decimal): -9231587 or 1909619. OLE color: 1909619.

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

Color convert

RGB1153529-
CMYK00.700.750.55
HSL4.19º59.72%28.24%-
HSV(B)4.19º74.78%45.1%-
XYZ7.894.941.7-
YUV58.24111.5168.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.25%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=64.25%
G=19.55%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115352900.700.750.554.1959.7228.24
Hex73231D0464B3743c1c
Octal163433501061136747434
Binary11100111000111110101000110100101111011110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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