#73200A

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

Shades of Falu Red #73200A

Tints of Falu Red #73200A

Color information

#73200A (or 0x73200A) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 0A. RGB value is (115,32,10). Sum of RGB (Red+Green+Blue) = 115+32+10=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #73200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73200A is #8CDFF5. Grayscale: #363636. Windows color (decimal): -9232374 or 663667. OLE color: 663667.

HSL color Cylindrical-coordinate representation of color #73200A: hue angle of 12.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73200A is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1153210-
CMYK00.720.910.55
HSL12.57º84%24.51%-
HSV(B)12.57º91.3%45.1%-
XYZ7.644.70.79-
YUV54.31103171.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.25%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=73.25%
G=20.38%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115321000.720.910.5512.578424.51
Hex7320A0485B37d5419
Octal16340120110133671512431
Binary111001110000010100100100010110111101111101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,32,10); }

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

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

 a { background-color: rgb(115,32,10); }

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

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

 span { border-color: rgb(115,32,10); }

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