Shades of Claret #670F30
Tints of Claret #670F30
RGB
CMYK
RGB Variations
Color information
#670F30 (or 0x670F30) is known color: Claret. HEX triplet: 67, 0F and 30. RGB value is (103,15,48). Sum of RGB (Red+Green+Blue) = 103+15+48=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #670F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F30 is #98F0CF. Grayscale: #2D2D2D. Windows color (decimal): -10023120 or 3149671. OLE color: 3149671.
HSL color Cylindrical-coordinate representation of color #670F30: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F30 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 48 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.60 |
| HSL | 337.5º | 0.75% | 0.23% | - |
| HSV(B) | 337.5º | 0.85% | 0.4% | - |
| XYZ | 6.3 | 3.44 | 3.13 | - |
| YUV | 45.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 48 | 0 | 0.85 | 0.53 | 0.60 | 337.5 | 0.75 | 0.23 |
| Hex | 67 | F | 30 | 0 | 55 | 35 | 3C | 152 | 4B | 17 |
| Octal | 147 | 17 | 60 | 0 | 125 | 65 | 74 | 522 | 113 | 27 |
| Binary | 1100111 | 1111 | 110000 | 0 | 1010101 | 110101 | 111100 | 101010010 | 1001011 | 10111 |
Color Harmonies of #670F30
Complementary color
Monochromatic Colors of #670F30
Black with #670F30
Text Example
Text Example
White with #670F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F30; }
p { color: rgb(103,15,48); }
H1.HeaderClassName
{
color: #670F30;
}
.AnyTagClassName
{
color: #670F30;
}
</style>
background-color css
<style>
a { background-color: #670F30; }
a { background-color: rgb(103,15,48); }
div.DivClassName
{
background-color: #670F30;
}
.BgClassName
{
background-color: #670F30;
}
</style>
border-color css
<style>
span { border-color: #670F30; }
span { border-color: rgb(103,15,48); }
td.TdClassName
{
border-color: #670F30;
}
.TagClassName
{
border-color: #670F30;
}
</style>