Shades of Sangria #670001
Tints of Sangria #670001
RGB
CMYK
RGB Variations
Color information
#670001 (or 0x670001) is known color: Sangria. HEX triplet: 67, 00 and 01. RGB value is (103,0,1). Sum of RGB (Red+Green+Blue) = 103+0+1=104 (13% of max value = 765). Red value is 103 (40.62% from 255 or 99.04% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 103 - color contains mainly: red. Hex color #670001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670001 is #98FFFE. Grayscale: #1F1F1F. Windows color (decimal): -10027007 or 65639. OLE color: 65639.
HSL color Cylindrical-coordinate representation of color #670001: hue angle of 359.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.60 |
| HSL | 359.42º | 1% | 0.2% | - |
| HSV(B) | 359.42º | 1% | 0.4% | - |
| XYZ | 5.6 | 2.89 | 0.29 | - |
| YUV | 30.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 1 | 0 | 1 | 0.99 | 0.60 | 359.42 | 1 | 0.2 |
| Hex | 67 | 0 | 1 | 0 | 64 | 63 | 3C | 167 | 64 | 14 |
| Octal | 147 | 0 | 1 | 0 | 144 | 143 | 74 | 547 | 144 | 24 |
| Binary | 1100111 | 0 | 1 | 0 | 1100100 | 1100011 | 111100 | 101100111 | 1100100 | 10100 |
Color Harmonies of #670001
Complementary color
Monochromatic Colors of #670001
Black with #670001
Text Example
Text Example
White with #670001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670001; }
p { color: rgb(103,0,1); }
H1.HeaderClassName
{
color: #670001;
}
.AnyTagClassName
{
color: #670001;
}
</style>
background-color css
<style>
a { background-color: #670001; }
a { background-color: rgb(103,0,1); }
div.DivClassName
{
background-color: #670001;
}
.BgClassName
{
background-color: #670001;
}
</style>
border-color css
<style>
span { border-color: #670001; }
span { border-color: rgb(103,0,1); }
td.TdClassName
{
border-color: #670001;
}
.TagClassName
{
border-color: #670001;
}
</style>