Shades of Cosmic #71435F
Tints of Cosmic #71435F
RGB
CMYK
RGB Variations
Color information
#71435F (or 0x71435F) is known color: Cosmic. HEX triplet: 71, 43 and 5F. RGB value is (113,67,95). Sum of RGB (Red+Green+Blue) = 113+67+95=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71435F is #8EBCA0. Grayscale: #535353. Windows color (decimal): -9354401 or 6243185. OLE color: 6243185.
HSL color Cylindrical-coordinate representation of color #71435F: hue angle of 323.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71435F is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 95 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.56 |
| HSL | 323.48º | 0.26% | 0.35% | - |
| HSV(B) | 323.48º | 0.41% | 0.44% | - |
| XYZ | 10.88 | 8.35 | 11.86 | - |
| YUV | 83.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 95 | 0 | 0.41 | 0.16 | 0.56 | 323.48 | 0.26 | 0.35 |
| Hex | 71 | 43 | 5F | 0 | 29 | 10 | 38 | 143 | 1A | 23 |
| Octal | 161 | 103 | 137 | 0 | 51 | 20 | 70 | 503 | 32 | 43 |
| Binary | 1110001 | 1000011 | 1011111 | 0 | 101001 | 10000 | 111000 | 101000011 | 11010 | 100011 |
Color Harmonies of #71435F
Complementary color
Monochromatic Colors of #71435F
Black with #71435F
Text Example
Text Example
White with #71435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71435F; }
p { color: rgb(113,67,95); }
H1.HeaderClassName
{
color: #71435F;
}
.AnyTagClassName
{
color: #71435F;
}
</style>
background-color css
<style>
a { background-color: #71435F; }
a { background-color: rgb(113,67,95); }
div.DivClassName
{
background-color: #71435F;
}
.BgClassName
{
background-color: #71435F;
}
</style>
border-color css
<style>
span { border-color: #71435F; }
span { border-color: rgb(113,67,95); }
td.TdClassName
{
border-color: #71435F;
}
.TagClassName
{
border-color: #71435F;
}
</style>