Shades of Temptress #25131A
Tints of Temptress #25131A
RGB
CMYK
RGB Variations
Color information
#25131A (or 0x25131A) is known color: Temptress. HEX triplet: 25, 13 and 1A. RGB value is (37,19,26). Sum of RGB (Red+Green+Blue) = 37+19+26=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131A is #DAECE5. Grayscale: #191919. Windows color (decimal): -14347494 or 1708837. OLE color: 1708837.
HSL color Cylindrical-coordinate representation of color #25131A: hue angle of 336.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25131A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 19 | 26 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.85 |
| HSL | 336.67º | 0.32% | 0.11% | - |
| HSV(B) | 336.67º | 0.49% | 0.15% | - |
| XYZ | 1.18 | 0.93 | 1.1 | - |
| YUV | 25.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 26 | 0 | 0.49 | 0.30 | 0.85 | 336.67 | 0.32 | 0.11 |
| Hex | 25 | 13 | 1A | 0 | 31 | 1E | 55 | 151 | 20 | B |
| Octal | 45 | 23 | 32 | 0 | 61 | 36 | 125 | 521 | 40 | 13 |
| Binary | 100101 | 10011 | 11010 | 0 | 110001 | 11110 | 1010101 | 101010001 | 100000 | 1011 |
Color Harmonies of #25131A
Complementary color
Monochromatic Colors of #25131A
Black with #25131A
Text Example
Text Example
White with #25131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25131A; }
p { color: rgb(37,19,26); }
H1.HeaderClassName
{
color: #25131A;
}
.AnyTagClassName
{
color: #25131A;
}
</style>
background-color css
<style>
a { background-color: #25131A; }
a { background-color: rgb(37,19,26); }
div.DivClassName
{
background-color: #25131A;
}
.BgClassName
{
background-color: #25131A;
}
</style>
border-color css
<style>
span { border-color: #25131A; }
span { border-color: rgb(37,19,26); }
td.TdClassName
{
border-color: #25131A;
}
.TagClassName
{
border-color: #25131A;
}
</style>