#73200C

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

Shades of Falu Red #73200C

Tints of Falu Red #73200C

Color information

#73200C (or 0x73200C) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 0C. RGB value is (115,32,12). Sum of RGB (Red+Green+Blue) = 115+32+12=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #73200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73200C is #8CDFF3. Grayscale: #363636. Windows color (decimal): -9232372 or 794739. OLE color: 794739.

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

Color convert

RGB1153212-
CMYK00.720.900.55
HSL11.65º81.1%24.9%-
HSV(B)11.65º89.57%45.1%-
XYZ7.654.70.85-
YUV54.54104171.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.33%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=72.33%
G=20.13%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115321200.720.900.5511.6581.124.9
Hex7320C0485A37c5119
Octal16340140110132671412131
Binary111001110000011000100100010110101101111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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