Shades of Sangria #680002
Tints of Sangria #680002
RGB
CMYK
RGB Variations
Color information
#680002 (or 0x680002) is known color: Sangria. HEX triplet: 68, 00 and 02. RGB value is (104,0,2). Sum of RGB (Red+Green+Blue) = 104+0+2=106 (14% of max value = 765). Red value is 104 (41.02% from 255 or 98.11% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 104 - color contains mainly: red. Hex color #680002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680002 is #97FFFD. Grayscale: #1F1F1F. Windows color (decimal): -9961470 or 131176. OLE color: 131176.
HSL color Cylindrical-coordinate representation of color #680002: hue angle of 358.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.59 |
| HSL | 358.85º | 1% | 0.2% | - |
| HSV(B) | 358.85º | 1% | 0.41% | - |
| XYZ | 5.72 | 2.95 | 0.32 | - |
| YUV | 31.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 2 | 0 | 1 | 0.98 | 0.59 | 358.85 | 1 | 0.2 |
| Hex | 68 | 0 | 2 | 0 | 64 | 62 | 3B | 167 | 64 | 14 |
| Octal | 150 | 0 | 2 | 0 | 144 | 142 | 73 | 547 | 144 | 24 |
| Binary | 1101000 | 0 | 10 | 0 | 1100100 | 1100010 | 111011 | 101100111 | 1100100 | 10100 |
Color Harmonies of #680002
Complementary color
Monochromatic Colors of #680002
Black with #680002
Text Example
Text Example
White with #680002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680002; }
p { color: rgb(104,0,2); }
H1.HeaderClassName
{
color: #680002;
}
.AnyTagClassName
{
color: #680002;
}
</style>
background-color css
<style>
a { background-color: #680002; }
a { background-color: rgb(104,0,2); }
div.DivClassName
{
background-color: #680002;
}
.BgClassName
{
background-color: #680002;
}
</style>
border-color css
<style>
span { border-color: #680002; }
span { border-color: rgb(104,0,2); }
td.TdClassName
{
border-color: #680002;
}
.TagClassName
{
border-color: #680002;
}
</style>