Shades of Sangria #6C0003
Tints of Sangria #6C0003
RGB
CMYK
RGB Variations
Color information
#6C0003 (or 0x6C0003) is known color: Sangria. HEX triplet: 6C, 00 and 03. RGB value is (108,0,3). Sum of RGB (Red+Green+Blue) = 108+0+3=111 (14% of max value = 765). Red value is 108 (42.58% from 255 or 97.30% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0003 is #93FFFC. Grayscale: #202020. Windows color (decimal): -9699325 or 196716. OLE color: 196716.
HSL color Cylindrical-coordinate representation of color #6C0003: hue angle of 358.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0003 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.97 | 0.58 |
| HSL | 358.33º | 1% | 0.21% | - |
| HSV(B) | 358.33º | 1% | 0.42% | - |
| XYZ | 6.2 | 3.19 | 0.38 | - |
| YUV | 32.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 3 | 0 | 1 | 0.97 | 0.58 | 358.33 | 1 | 0.21 |
| Hex | 6C | 0 | 3 | 0 | 64 | 61 | 3A | 166 | 64 | 15 |
| Octal | 154 | 0 | 3 | 0 | 144 | 141 | 72 | 546 | 144 | 25 |
| Binary | 1101100 | 0 | 11 | 0 | 1100100 | 1100001 | 111010 | 101100110 | 1100100 | 10101 |
Color Harmonies of #6C0003
Complementary color
Monochromatic Colors of #6C0003
Black with #6C0003
Text Example
Text Example
White with #6C0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0003; }
p { color: rgb(108,0,3); }
H1.HeaderClassName
{
color: #6C0003;
}
.AnyTagClassName
{
color: #6C0003;
}
</style>
background-color css
<style>
a { background-color: #6C0003; }
a { background-color: rgb(108,0,3); }
div.DivClassName
{
background-color: #6C0003;
}
.BgClassName
{
background-color: #6C0003;
}
</style>
border-color css
<style>
span { border-color: #6C0003; }
span { border-color: rgb(108,0,3); }
td.TdClassName
{
border-color: #6C0003;
}
.TagClassName
{
border-color: #6C0003;
}
</style>