Shades of Sangria #6F0507
Tints of Sangria #6F0507
RGB
CMYK
RGB Variations
Color information
#6F0507 (or 0x6F0507) is known color: Sangria. HEX triplet: 6F, 05 and 07. RGB value is (111,5,7). Sum of RGB (Red+Green+Blue) = 111+5+7=123 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.24% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0507 is #90FAF8. Grayscale: #252525. Windows color (decimal): -9501433 or 460143. OLE color: 460143.
HSL color Cylindrical-coordinate representation of color #6F0507: hue angle of 358.87º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0507 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 7 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.56 |
| HSL | 358.87º | 0.91% | 0.23% | - |
| HSV(B) | 358.87º | 0.95% | 0.44% | - |
| XYZ | 6.65 | 3.5 | 0.53 | - |
| YUV | 36.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 7 | 0 | 0.95 | 0.94 | 0.56 | 358.87 | 0.91 | 0.23 |
| Hex | 6F | 5 | 7 | 0 | 5F | 5E | 38 | 167 | 5B | 17 |
| Octal | 157 | 5 | 7 | 0 | 137 | 136 | 70 | 547 | 133 | 27 |
| Binary | 1101111 | 101 | 111 | 0 | 1011111 | 1011110 | 111000 | 101100111 | 1011011 | 10111 |
Color Harmonies of #6F0507
Complementary color
Monochromatic Colors of #6F0507
Black with #6F0507
Text Example
Text Example
White with #6F0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0507; }
p { color: rgb(111,5,7); }
H1.HeaderClassName
{
color: #6F0507;
}
.AnyTagClassName
{
color: #6F0507;
}
</style>
background-color css
<style>
a { background-color: #6F0507; }
a { background-color: rgb(111,5,7); }
div.DivClassName
{
background-color: #6F0507;
}
.BgClassName
{
background-color: #6F0507;
}
</style>
border-color css
<style>
span { border-color: #6F0507; }
span { border-color: rgb(111,5,7); }
td.TdClassName
{
border-color: #6F0507;
}
.TagClassName
{
border-color: #6F0507;
}
</style>