Shades of Claret #631A33
Tints of Claret #631A33
RGB
CMYK
RGB Variations
Color information
#631A33 (or 0x631A33) is known color: Claret. HEX triplet: 63, 1A and 33. RGB value is (99,26,51). Sum of RGB (Red+Green+Blue) = 99+26+51=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #631A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A33 is #9CE5CC. Grayscale: #323232. Windows color (decimal): -10282445 or 3349091. OLE color: 3349091.
HSL color Cylindrical-coordinate representation of color #631A33: hue angle of 339.45º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A33 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 51 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.61 |
| HSL | 339.45º | 0.58% | 0.25% | - |
| HSV(B) | 339.45º | 0.74% | 0.39% | - |
| XYZ | 6.11 | 3.63 | 3.51 | - |
| YUV | 50.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 51 | 0 | 0.74 | 0.48 | 0.61 | 339.45 | 0.58 | 0.25 |
| Hex | 63 | 1A | 33 | 0 | 4A | 30 | 3D | 153 | 3A | 19 |
| Octal | 143 | 32 | 63 | 0 | 112 | 60 | 75 | 523 | 72 | 31 |
| Binary | 1100011 | 11010 | 110011 | 0 | 1001010 | 110000 | 111101 | 101010011 | 111010 | 11001 |
Color Harmonies of #631A33
Complementary color
Monochromatic Colors of #631A33
Black with #631A33
Text Example
Text Example
White with #631A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A33; }
p { color: rgb(99,26,51); }
H1.HeaderClassName
{
color: #631A33;
}
.AnyTagClassName
{
color: #631A33;
}
</style>
background-color css
<style>
a { background-color: #631A33; }
a { background-color: rgb(99,26,51); }
div.DivClassName
{
background-color: #631A33;
}
.BgClassName
{
background-color: #631A33;
}
</style>
border-color css
<style>
span { border-color: #631A33; }
span { border-color: rgb(99,26,51); }
td.TdClassName
{
border-color: #631A33;
}
.TagClassName
{
border-color: #631A33;
}
</style>