Shades of Cosmic #74425B
Tints of Cosmic #74425B
RGB
CMYK
RGB Variations
Color information
#74425B (or 0x74425B) is known color: Cosmic. HEX triplet: 74, 42 and 5B. RGB value is (116,66,91). Sum of RGB (Red+Green+Blue) = 116+66+91=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74425B is #8BBDA4. Grayscale: #535353. Windows color (decimal): -9158053 or 5980788. OLE color: 5980788.
HSL color Cylindrical-coordinate representation of color #74425B: hue angle of 330º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74425B is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 91 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.55 |
| HSL | 330º | 0.27% | 0.36% | - |
| HSV(B) | 330º | 0.43% | 0.45% | - |
| XYZ | 11.04 | 8.36 | 10.93 | - |
| YUV | 83.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 91 | 0 | 0.43 | 0.22 | 0.55 | 330 | 0.27 | 0.36 |
| Hex | 74 | 42 | 5B | 0 | 2B | 16 | 37 | 14A | 1B | 24 |
| Octal | 164 | 102 | 133 | 0 | 53 | 26 | 67 | 512 | 33 | 44 |
| Binary | 1110100 | 1000010 | 1011011 | 0 | 101011 | 10110 | 110111 | 101001010 | 11011 | 100100 |
Color Harmonies of #74425B
Complementary color
Monochromatic Colors of #74425B
Black with #74425B
Text Example
Text Example
White with #74425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74425B; }
p { color: rgb(116,66,91); }
H1.HeaderClassName
{
color: #74425B;
}
.AnyTagClassName
{
color: #74425B;
}
</style>
background-color css
<style>
a { background-color: #74425B; }
a { background-color: rgb(116,66,91); }
div.DivClassName
{
background-color: #74425B;
}
.BgClassName
{
background-color: #74425B;
}
</style>
border-color css
<style>
span { border-color: #74425B; }
span { border-color: rgb(116,66,91); }
td.TdClassName
{
border-color: #74425B;
}
.TagClassName
{
border-color: #74425B;
}
</style>