Shades of Sangria #6D0204
Tints of Sangria #6D0204
RGB
CMYK
RGB Variations
Color information
#6D0204 (or 0x6D0204) is known color: Sangria. HEX triplet: 6D, 02 and 04. RGB value is (109,2,4). Sum of RGB (Red+Green+Blue) = 109+2+4=115 (15% of max value = 765). Red value is 109 (42.97% from 255 or 94.78% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0204 is #92FDFB. Grayscale: #222222. Windows color (decimal): -9633276 or 262765. OLE color: 262765.
HSL color Cylindrical-coordinate representation of color #6D0204: hue angle of 358.88º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0204 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 4 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.57 |
| HSL | 358.88º | 0.96% | 0.22% | - |
| HSV(B) | 358.88º | 0.98% | 0.43% | - |
| XYZ | 6.35 | 3.3 | 0.42 | - |
| YUV | 34.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 4 | 0 | 0.98 | 0.96 | 0.57 | 358.88 | 0.96 | 0.22 |
| Hex | 6D | 2 | 4 | 0 | 62 | 60 | 39 | 167 | 60 | 16 |
| Octal | 155 | 2 | 4 | 0 | 142 | 140 | 71 | 547 | 140 | 26 |
| Binary | 1101101 | 10 | 100 | 0 | 1100010 | 1100000 | 111001 | 101100111 | 1100000 | 10110 |
Color Harmonies of #6D0204
Complementary color
Monochromatic Colors of #6D0204
Black with #6D0204
Text Example
Text Example
White with #6D0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0204; }
p { color: rgb(109,2,4); }
H1.HeaderClassName
{
color: #6D0204;
}
.AnyTagClassName
{
color: #6D0204;
}
</style>
background-color css
<style>
a { background-color: #6D0204; }
a { background-color: rgb(109,2,4); }
div.DivClassName
{
background-color: #6D0204;
}
.BgClassName
{
background-color: #6D0204;
}
</style>
border-color css
<style>
span { border-color: #6D0204; }
span { border-color: rgb(109,2,4); }
td.TdClassName
{
border-color: #6D0204;
}
.TagClassName
{
border-color: #6D0204;
}
</style>