Shades of Sangria #6D0405
Tints of Sangria #6D0405
RGB
CMYK
RGB Variations
Color information
#6D0405 (or 0x6D0405) is known color: Sangria. HEX triplet: 6D, 04 and 05. RGB value is (109,4,5). Sum of RGB (Red+Green+Blue) = 109+4+5=118 (15% of max value = 765). Red value is 109 (42.97% from 255 or 92.37% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0405 is #92FBFA. Grayscale: #232323. Windows color (decimal): -9632763 or 328813. OLE color: 328813.
HSL color Cylindrical-coordinate representation of color #6D0405: hue angle of 359.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0405 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 5 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.57 |
| HSL | 359.43º | 0.93% | 0.22% | - |
| HSV(B) | 359.43º | 0.96% | 0.43% | - |
| XYZ | 6.38 | 3.35 | 0.45 | - |
| YUV | 35.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 5 | 0 | 0.96 | 0.95 | 0.57 | 359.43 | 0.93 | 0.22 |
| Hex | 6D | 4 | 5 | 0 | 60 | 5F | 39 | 167 | 5D | 16 |
| Octal | 155 | 4 | 5 | 0 | 140 | 137 | 71 | 547 | 135 | 26 |
| Binary | 1101101 | 100 | 101 | 0 | 1100000 | 1011111 | 111001 | 101100111 | 1011101 | 10110 |
Color Harmonies of #6D0405
Complementary color
Monochromatic Colors of #6D0405
Black with #6D0405
Text Example
Text Example
White with #6D0405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0405; }
p { color: rgb(109,4,5); }
H1.HeaderClassName
{
color: #6D0405;
}
.AnyTagClassName
{
color: #6D0405;
}
</style>
background-color css
<style>
a { background-color: #6D0405; }
a { background-color: rgb(109,4,5); }
div.DivClassName
{
background-color: #6D0405;
}
.BgClassName
{
background-color: #6D0405;
}
</style>
border-color css
<style>
span { border-color: #6D0405; }
span { border-color: rgb(109,4,5); }
td.TdClassName
{
border-color: #6D0405;
}
.TagClassName
{
border-color: #6D0405;
}
</style>