Shades of Sangria #6F0005
Tints of Sangria #6F0005
RGB
CMYK
RGB Variations
Color information
#6F0005 (or 0x6F0005) is known color: Sangria. HEX triplet: 6F, 00 and 05. RGB value is (111,0,5). Sum of RGB (Red+Green+Blue) = 111+0+5=116 (15% of max value = 765). Red value is 111 (43.75% from 255 or 95.69% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0005 is #90FFFA. Grayscale: #212121. Windows color (decimal): -9502715 or 327791. OLE color: 327791.
HSL color Cylindrical-coordinate representation of color #6F0005: hue angle of 357.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0005 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.95 | 0.56 |
| HSL | 357.3º | 1% | 0.22% | - |
| HSV(B) | 357.3º | 1% | 0.44% | - |
| XYZ | 6.58 | 3.39 | 0.45 | - |
| YUV | 33.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 5 | 0 | 1 | 0.95 | 0.56 | 357.3 | 1 | 0.22 |
| Hex | 6F | 0 | 5 | 0 | 64 | 5F | 38 | 165 | 64 | 16 |
| Octal | 157 | 0 | 5 | 0 | 144 | 137 | 70 | 545 | 144 | 26 |
| Binary | 1101111 | 0 | 101 | 0 | 1100100 | 1011111 | 111000 | 101100101 | 1100100 | 10110 |
Color Harmonies of #6F0005
Complementary color
Monochromatic Colors of #6F0005
Black with #6F0005
Text Example
Text Example
White with #6F0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0005; }
p { color: rgb(111,0,5); }
H1.HeaderClassName
{
color: #6F0005;
}
.AnyTagClassName
{
color: #6F0005;
}
</style>
background-color css
<style>
a { background-color: #6F0005; }
a { background-color: rgb(111,0,5); }
div.DivClassName
{
background-color: #6F0005;
}
.BgClassName
{
background-color: #6F0005;
}
</style>
border-color css
<style>
span { border-color: #6F0005; }
span { border-color: rgb(111,0,5); }
td.TdClassName
{
border-color: #6F0005;
}
.TagClassName
{
border-color: #6F0005;
}
</style>