Shades of Sangria #690103
Tints of Sangria #690103
RGB
CMYK
RGB Variations
Color information
#690103 (or 0x690103) is known color: Sangria. HEX triplet: 69, 01 and 03. RGB value is (105,1,3). Sum of RGB (Red+Green+Blue) = 105+1+3=109 (14% of max value = 765). Red value is 105 (41.41% from 255 or 96.33% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 105 - color contains mainly: red. Hex color #690103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690103 is #96FEFC. Grayscale: #202020. Windows color (decimal): -9895677 or 196969. OLE color: 196969.
HSL color Cylindrical-coordinate representation of color #690103: hue angle of 358.85º 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 #690103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.59 |
| HSL | 358.85º | 0.98% | 0.21% | - |
| HSV(B) | 358.85º | 0.99% | 0.41% | - |
| XYZ | 5.85 | 3.03 | 0.36 | - |
| YUV | 32.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 3 | 0 | 0.99 | 0.97 | 0.59 | 358.85 | 0.98 | 0.21 |
| Hex | 69 | 1 | 3 | 0 | 63 | 61 | 3B | 167 | 62 | 15 |
| Octal | 151 | 1 | 3 | 0 | 143 | 141 | 73 | 547 | 142 | 25 |
| Binary | 1101001 | 1 | 11 | 0 | 1100011 | 1100001 | 111011 | 101100111 | 1100010 | 10101 |
Color Harmonies of #690103
Complementary color
Monochromatic Colors of #690103
Black with #690103
Text Example
Text Example
White with #690103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690103; }
p { color: rgb(105,1,3); }
H1.HeaderClassName
{
color: #690103;
}
.AnyTagClassName
{
color: #690103;
}
</style>
background-color css
<style>
a { background-color: #690103; }
a { background-color: rgb(105,1,3); }
div.DivClassName
{
background-color: #690103;
}
.BgClassName
{
background-color: #690103;
}
</style>
border-color css
<style>
span { border-color: #690103; }
span { border-color: rgb(105,1,3); }
td.TdClassName
{
border-color: #690103;
}
.TagClassName
{
border-color: #690103;
}
</style>