Shades of Finn #73425B
Tints of Finn #73425B
RGB
CMYK
RGB Variations
Color information
#73425B (or 0x73425B) is known color: Finn. HEX triplet: 73, 42 and 5B. RGB value is (115,66,91). Sum of RGB (Red+Green+Blue) = 115+66+91=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73425B is #8CBDA4. Grayscale: #535353. Windows color (decimal): -9223589 or 5980787. OLE color: 5980787.
HSL color Cylindrical-coordinate representation of color #73425B: hue angle of 329.39º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73425B is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 91 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.55 |
| HSL | 329.39º | 0.27% | 0.35% | - |
| HSV(B) | 329.39º | 0.43% | 0.45% | - |
| XYZ | 10.91 | 8.3 | 10.92 | - |
| YUV | 83.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 91 | 0 | 0.43 | 0.21 | 0.55 | 329.39 | 0.27 | 0.35 |
| Hex | 73 | 42 | 5B | 0 | 2B | 15 | 37 | 149 | 1B | 23 |
| Octal | 163 | 102 | 133 | 0 | 53 | 25 | 67 | 511 | 33 | 43 |
| Binary | 1110011 | 1000010 | 1011011 | 0 | 101011 | 10101 | 110111 | 101001001 | 11011 | 100011 |
Color Harmonies of #73425B
Complementary color
Monochromatic Colors of #73425B
Black with #73425B
Text Example
Text Example
White with #73425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73425B; }
p { color: rgb(115,66,91); }
H1.HeaderClassName
{
color: #73425B;
}
.AnyTagClassName
{
color: #73425B;
}
</style>
background-color css
<style>
a { background-color: #73425B; }
a { background-color: rgb(115,66,91); }
div.DivClassName
{
background-color: #73425B;
}
.BgClassName
{
background-color: #73425B;
}
</style>
border-color css
<style>
span { border-color: #73425B; }
span { border-color: rgb(115,66,91); }
td.TdClassName
{
border-color: #73425B;
}
.TagClassName
{
border-color: #73425B;
}
</style>