Shades of Finn #74395D
Tints of Finn #74395D
RGB
CMYK
RGB Variations
Color information
#74395D (or 0x74395D) is known color: Finn. HEX triplet: 74, 39 and 5D. RGB value is (116,57,93). Sum of RGB (Red+Green+Blue) = 116+57+93=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74395D is #8BC6A2. Grayscale: #4E4E4E. Windows color (decimal): -9160355 or 6109556. OLE color: 6109556.
HSL color Cylindrical-coordinate representation of color #74395D: hue angle of 323.39º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74395D is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 57 | 93 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.55 |
| HSL | 323.39º | 0.34% | 0.34% | - |
| HSV(B) | 323.39º | 0.51% | 0.45% | - |
| XYZ | 10.64 | 7.43 | 11.23 | - |
| YUV | 78.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 57 | 93 | 0 | 0.51 | 0.20 | 0.55 | 323.39 | 0.34 | 0.34 |
| Hex | 74 | 39 | 5D | 0 | 33 | 14 | 37 | 143 | 22 | 22 |
| Octal | 164 | 71 | 135 | 0 | 63 | 24 | 67 | 503 | 42 | 42 |
| Binary | 1110100 | 111001 | 1011101 | 0 | 110011 | 10100 | 110111 | 101000011 | 100010 | 100010 |
Color Harmonies of #74395D
Complementary color
Monochromatic Colors of #74395D
Black with #74395D
Text Example
Text Example
White with #74395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74395D; }
p { color: rgb(116,57,93); }
H1.HeaderClassName
{
color: #74395D;
}
.AnyTagClassName
{
color: #74395D;
}
</style>
background-color css
<style>
a { background-color: #74395D; }
a { background-color: rgb(116,57,93); }
div.DivClassName
{
background-color: #74395D;
}
.BgClassName
{
background-color: #74395D;
}
</style>
border-color css
<style>
span { border-color: #74395D; }
span { border-color: rgb(116,57,93); }
td.TdClassName
{
border-color: #74395D;
}
.TagClassName
{
border-color: #74395D;
}
</style>