Shades of Sangria #680102
Tints of Sangria #680102
RGB
CMYK
RGB Variations
Color information
#680102 (or 0x680102) is known color: Sangria. HEX triplet: 68, 01 and 02. RGB value is (104,1,2). Sum of RGB (Red+Green+Blue) = 104+1+2=107 (14% of max value = 765). Red value is 104 (41.02% from 255 or 97.20% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 104 - color contains mainly: red. Hex color #680102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680102 is #97FEFD. Grayscale: #202020. Windows color (decimal): -9961214 or 131432. OLE color: 131432.
HSL color Cylindrical-coordinate representation of color #680102: hue angle of 359.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.59 |
| HSL | 359.42º | 0.98% | 0.21% | - |
| HSV(B) | 359.42º | 0.99% | 0.41% | - |
| XYZ | 5.73 | 2.97 | 0.33 | - |
| YUV | 31.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 2 | 0 | 0.99 | 0.98 | 0.59 | 359.42 | 0.98 | 0.21 |
| Hex | 68 | 1 | 2 | 0 | 63 | 62 | 3B | 167 | 62 | 15 |
| Octal | 150 | 1 | 2 | 0 | 143 | 142 | 73 | 547 | 142 | 25 |
| Binary | 1101000 | 1 | 10 | 0 | 1100011 | 1100010 | 111011 | 101100111 | 1100010 | 10101 |
Color Harmonies of #680102
Complementary color
Monochromatic Colors of #680102
Black with #680102
Text Example
Text Example
White with #680102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680102; }
p { color: rgb(104,1,2); }
H1.HeaderClassName
{
color: #680102;
}
.AnyTagClassName
{
color: #680102;
}
</style>
background-color css
<style>
a { background-color: #680102; }
a { background-color: rgb(104,1,2); }
div.DivClassName
{
background-color: #680102;
}
.BgClassName
{
background-color: #680102;
}
</style>
border-color css
<style>
span { border-color: #680102; }
span { border-color: rgb(104,1,2); }
td.TdClassName
{
border-color: #680102;
}
.TagClassName
{
border-color: #680102;
}
</style>