Shades of Sangria #690203
Tints of Sangria #690203
RGB
CMYK
RGB Variations
Color information
#690203 (or 0x690203) is known color: Sangria. HEX triplet: 69, 02 and 03. RGB value is (105,2,3). Sum of RGB (Red+Green+Blue) = 105+2+3=110 (14% of max value = 765). Red value is 105 (41.41% from 255 or 95.45% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 105 - color contains mainly: red. Hex color #690203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690203 is #96FDFC. Grayscale: #212121. Windows color (decimal): -9895421 or 197225. OLE color: 197225.
HSL color Cylindrical-coordinate representation of color #690203: hue angle of 359.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 3 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.59 |
| HSL | 359.42º | 0.96% | 0.21% | - |
| HSV(B) | 359.42º | 0.98% | 0.41% | - |
| XYZ | 5.86 | 3.05 | 0.37 | - |
| YUV | 32.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 3 | 0 | 0.98 | 0.97 | 0.59 | 359.42 | 0.96 | 0.21 |
| Hex | 69 | 2 | 3 | 0 | 62 | 61 | 3B | 167 | 60 | 15 |
| Octal | 151 | 2 | 3 | 0 | 142 | 141 | 73 | 547 | 140 | 25 |
| Binary | 1101001 | 10 | 11 | 0 | 1100010 | 1100001 | 111011 | 101100111 | 1100000 | 10101 |
Color Harmonies of #690203
Complementary color
Monochromatic Colors of #690203
Black with #690203
Text Example
Text Example
White with #690203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690203; }
p { color: rgb(105,2,3); }
H1.HeaderClassName
{
color: #690203;
}
.AnyTagClassName
{
color: #690203;
}
</style>
background-color css
<style>
a { background-color: #690203; }
a { background-color: rgb(105,2,3); }
div.DivClassName
{
background-color: #690203;
}
.BgClassName
{
background-color: #690203;
}
</style>
border-color css
<style>
span { border-color: #690203; }
span { border-color: rgb(105,2,3); }
td.TdClassName
{
border-color: #690203;
}
.TagClassName
{
border-color: #690203;
}
</style>