Shades of Claret #671D30
Tints of Claret #671D30
RGB
CMYK
RGB Variations
Color information
#671D30 (or 0x671D30) is known color: Claret. HEX triplet: 67, 1D and 30. RGB value is (103,29,48). Sum of RGB (Red+Green+Blue) = 103+29+48=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #671D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D30 is #98E2CF. Grayscale: #353535. Windows color (decimal): -10019536 or 3153255. OLE color: 3153255.
HSL color Cylindrical-coordinate representation of color #671D30: hue angle of 344.59º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D30 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 48 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.60 |
| HSL | 344.59º | 0.56% | 0.26% | - |
| HSV(B) | 344.59º | 0.72% | 0.4% | - |
| XYZ | 6.57 | 3.98 | 3.22 | - |
| YUV | 53.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 48 | 0 | 0.72 | 0.53 | 0.60 | 344.59 | 0.56 | 0.26 |
| Hex | 67 | 1D | 30 | 0 | 48 | 35 | 3C | 159 | 38 | 1A |
| Octal | 147 | 35 | 60 | 0 | 110 | 65 | 74 | 531 | 70 | 32 |
| Binary | 1100111 | 11101 | 110000 | 0 | 1001000 | 110101 | 111100 | 101011001 | 111000 | 11010 |
Color Harmonies of #671D30
Complementary color
Monochromatic Colors of #671D30
Black with #671D30
Text Example
Text Example
White with #671D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D30; }
p { color: rgb(103,29,48); }
H1.HeaderClassName
{
color: #671D30;
}
.AnyTagClassName
{
color: #671D30;
}
</style>
background-color css
<style>
a { background-color: #671D30; }
a { background-color: rgb(103,29,48); }
div.DivClassName
{
background-color: #671D30;
}
.BgClassName
{
background-color: #671D30;
}
</style>
border-color css
<style>
span { border-color: #671D30; }
span { border-color: rgb(103,29,48); }
td.TdClassName
{
border-color: #671D30;
}
.TagClassName
{
border-color: #671D30;
}
</style>