Shades of Claret #631D2F
Tints of Claret #631D2F
RGB
CMYK
RGB Variations
Color information
#631D2F (or 0x631D2F) is known color: Claret. HEX triplet: 63, 1D and 2F. RGB value is (99,29,47). Sum of RGB (Red+Green+Blue) = 99+29+47=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D2F is #9CE2D0. Grayscale: #333333. Windows color (decimal): -10281681 or 3087715. OLE color: 3087715.
HSL color Cylindrical-coordinate representation of color #631D2F: hue angle of 344.57º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #631D2F is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 29 | 47 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.61 |
| HSL | 344.57º | 0.55% | 0.25% | - |
| HSV(B) | 344.57º | 0.71% | 0.39% | - |
| XYZ | 6.1 | 3.74 | 3.09 | - |
| YUV | 51.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 47 | 0 | 0.71 | 0.53 | 0.61 | 344.57 | 0.55 | 0.25 |
| Hex | 63 | 1D | 2F | 0 | 47 | 35 | 3D | 159 | 37 | 19 |
| Octal | 143 | 35 | 57 | 0 | 107 | 65 | 75 | 531 | 67 | 31 |
| Binary | 1100011 | 11101 | 101111 | 0 | 1000111 | 110101 | 111101 | 101011001 | 110111 | 11001 |
Color Harmonies of #631D2F
Complementary color
Monochromatic Colors of #631D2F
Black with #631D2F
Text Example
Text Example
White with #631D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D2F; }
p { color: rgb(99,29,47); }
H1.HeaderClassName
{
color: #631D2F;
}
.AnyTagClassName
{
color: #631D2F;
}
</style>
background-color css
<style>
a { background-color: #631D2F; }
a { background-color: rgb(99,29,47); }
div.DivClassName
{
background-color: #631D2F;
}
.BgClassName
{
background-color: #631D2F;
}
</style>
border-color css
<style>
span { border-color: #631D2F; }
span { border-color: rgb(99,29,47); }
td.TdClassName
{
border-color: #631D2F;
}
.TagClassName
{
border-color: #631D2F;
}
</style>