Shades of Carmine #950725
Tints of Carmine #950725
RGB
CMYK
RGB Variations
Color information
#950725 (or 0x950725) is known color: Carmine. HEX triplet: 95, 07 and 25. RGB value is (149,7,37). Sum of RGB (Red+Green+Blue) = 149+7+37=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #950725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950725 is #6AF8DA. Grayscale: #343434. Windows color (decimal): -7010523 or 2426773. OLE color: 2426773.
HSL color Cylindrical-coordinate representation of color #950725: hue angle of 347.32º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950725 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 37 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.42 |
| HSL | 347.32º | 0.91% | 0.31% | - |
| HSV(B) | 347.32º | 0.95% | 0.58% | - |
| XYZ | 12.8 | 6.68 | 2.36 | - |
| YUV | 52.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 37 | 0 | 0.95 | 0.75 | 0.42 | 347.32 | 0.91 | 0.31 |
| Hex | 95 | 7 | 25 | 0 | 5F | 4B | 2A | 15B | 5B | 1F |
| Octal | 225 | 7 | 45 | 0 | 137 | 113 | 52 | 533 | 133 | 37 |
| Binary | 10010101 | 111 | 100101 | 0 | 1011111 | 1001011 | 101010 | 101011011 | 1011011 | 11111 |
Color Harmonies of #950725
Complementary color
Monochromatic Colors of #950725
Black with #950725
Text Example
Text Example
White with #950725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950725; }
p { color: rgb(149,7,37); }
H1.HeaderClassName
{
color: #950725;
}
.AnyTagClassName
{
color: #950725;
}
</style>
background-color css
<style>
a { background-color: #950725; }
a { background-color: rgb(149,7,37); }
div.DivClassName
{
background-color: #950725;
}
.BgClassName
{
background-color: #950725;
}
</style>
border-color css
<style>
span { border-color: #950725; }
span { border-color: rgb(149,7,37); }
td.TdClassName
{
border-color: #950725;
}
.TagClassName
{
border-color: #950725;
}
</style>