Shades of Finn #74385E
Tints of Finn #74385E
RGB
CMYK
RGB Variations
Color information
#74385E (or 0x74385E) is known color: Finn. HEX triplet: 74, 38 and 5E. RGB value is (116,56,94). Sum of RGB (Red+Green+Blue) = 116+56+94=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #74385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74385E is #8BC7A1. Grayscale: #4E4E4E. Windows color (decimal): -9160610 or 6174836. OLE color: 6174836.
HSL color Cylindrical-coordinate representation of color #74385E: hue angle of 322º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74385E is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 94 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.55 |
| HSL | 322º | 0.35% | 0.34% | - |
| HSV(B) | 322º | 0.52% | 0.45% | - |
| XYZ | 10.64 | 7.35 | 11.45 | - |
| YUV | 78.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 94 | 0 | 0.52 | 0.19 | 0.55 | 322 | 0.35 | 0.34 |
| Hex | 74 | 38 | 5E | 0 | 34 | 13 | 37 | 142 | 23 | 22 |
| Octal | 164 | 70 | 136 | 0 | 64 | 23 | 67 | 502 | 43 | 42 |
| Binary | 1110100 | 111000 | 1011110 | 0 | 110100 | 10011 | 110111 | 101000010 | 100011 | 100010 |
Color Harmonies of #74385E
Complementary color
Monochromatic Colors of #74385E
Black with #74385E
Text Example
Text Example
White with #74385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74385E; }
p { color: rgb(116,56,94); }
H1.HeaderClassName
{
color: #74385E;
}
.AnyTagClassName
{
color: #74385E;
}
</style>
background-color css
<style>
a { background-color: #74385E; }
a { background-color: rgb(116,56,94); }
div.DivClassName
{
background-color: #74385E;
}
.BgClassName
{
background-color: #74385E;
}
</style>
border-color css
<style>
span { border-color: #74385E; }
span { border-color: rgb(116,56,94); }
td.TdClassName
{
border-color: #74385E;
}
.TagClassName
{
border-color: #74385E;
}
</style>