#73230A

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

Shades of Falu Red #73230A

Tints of Falu Red #73230A

Color information

#73230A (or 0x73230A) is unknown color: approx Falu Red. HEX triplet: 73, 23 and 0A. RGB value is (115,35,10). Sum of RGB (Red+Green+Blue) = 115+35+10=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #73230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73230A is #8CDCF5. Grayscale: #383838. Windows color (decimal): -9231606 or 664435. OLE color: 664435.

HSL color Cylindrical-coordinate representation of color #73230A: hue angle of 14.29º 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 #73230A is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1153510-
CMYK00.700.910.55
HSL14.29º84%24.51%-
HSV(B)14.29º91.3%45.1%-
XYZ7.734.870.82-
YUV56.07102170.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.88%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=71.88%
G=21.88%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115351000.700.910.5514.298424.51
Hex7323A0465B37e5419
Octal16343120106133671612431
Binary111001110001110100100011010110111101111110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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