#73250A

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

Shades of Falu Red #73250A

Tints of Falu Red #73250A

Color information

#73250A (or 0x73250A) is unknown color: approx Falu Red. HEX triplet: 73, 25 and 0A. RGB value is (115,37,10). Sum of RGB (Red+Green+Blue) = 115+37+10=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73250A is #8CDAF5. Grayscale: #393939. Windows color (decimal): -9231094 or 664947. OLE color: 664947.

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

Color convert

RGB1153710-
CMYK00.680.910.55
HSL15.43º84%24.51%-
HSV(B)15.43º91.3%45.1%-
XYZ7.794.990.84-
YUV57.24101.34169.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=70.99%
G=22.84%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115371000.680.910.5515.438424.51
Hex7325A0445B37f5419
Octal16345120104133671712431
Binary111001110010110100100010010110111101111111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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