Shades of Sangria #690102
Tints of Sangria #690102
RGB
CMYK
RGB Variations
Color information
#690102 (or 0x690102) is known color: Sangria. HEX triplet: 69, 01 and 02. RGB value is (105,1,2). Sum of RGB (Red+Green+Blue) = 105+1+2=108 (14% of max value = 765). Red value is 105 (41.41% from 255 or 97.22% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 105 - color contains mainly: red. Hex color #690102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690102 is #96FEFD. Grayscale: #202020. Windows color (decimal): -9895678 or 131433. OLE color: 131433.
HSL color Cylindrical-coordinate representation of color #690102: 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 #690102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 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.85 | 3.03 | 0.33 | - |
| YUV | 32.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 2 | 0 | 0.99 | 0.98 | 0.59 | 359.42 | 0.98 | 0.21 |
| Hex | 69 | 1 | 2 | 0 | 63 | 62 | 3B | 167 | 62 | 15 |
| Octal | 151 | 1 | 2 | 0 | 143 | 142 | 73 | 547 | 142 | 25 |
| Binary | 1101001 | 1 | 10 | 0 | 1100011 | 1100010 | 111011 | 101100111 | 1100010 | 10101 |
Color Harmonies of #690102
Complementary color
Monochromatic Colors of #690102
Black with #690102
Text Example
Text Example
White with #690102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690102; }
p { color: rgb(105,1,2); }
H1.HeaderClassName
{
color: #690102;
}
.AnyTagClassName
{
color: #690102;
}
</style>
background-color css
<style>
a { background-color: #690102; }
a { background-color: rgb(105,1,2); }
div.DivClassName
{
background-color: #690102;
}
.BgClassName
{
background-color: #690102;
}
</style>
border-color css
<style>
span { border-color: #690102; }
span { border-color: rgb(105,1,2); }
td.TdClassName
{
border-color: #690102;
}
.TagClassName
{
border-color: #690102;
}
</style>