Shades of Sangria #6F0104
Tints of Sangria #6F0104
RGB
CMYK
RGB Variations
Color information
#6F0104 (or 0x6F0104) is known color: Sangria. HEX triplet: 6F, 01 and 04. RGB value is (111,1,4). Sum of RGB (Red+Green+Blue) = 111+1+4=116 (15% of max value = 765). Red value is 111 (43.75% from 255 or 95.69% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0104 is #90FEFB. Grayscale: #222222. Windows color (decimal): -9502460 or 262511. OLE color: 262511.
HSL color Cylindrical-coordinate representation of color #6F0104: hue angle of 358.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0104 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.56 |
| HSL | 358.36º | 0.98% | 0.22% | - |
| HSV(B) | 358.36º | 0.99% | 0.44% | - |
| XYZ | 6.59 | 3.41 | 0.43 | - |
| YUV | 34.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 4 | 0 | 0.99 | 0.96 | 0.56 | 358.36 | 0.98 | 0.22 |
| Hex | 6F | 1 | 4 | 0 | 63 | 60 | 38 | 166 | 62 | 16 |
| Octal | 157 | 1 | 4 | 0 | 143 | 140 | 70 | 546 | 142 | 26 |
| Binary | 1101111 | 1 | 100 | 0 | 1100011 | 1100000 | 111000 | 101100110 | 1100010 | 10110 |
Color Harmonies of #6F0104
Complementary color
Monochromatic Colors of #6F0104
Black with #6F0104
Text Example
Text Example
White with #6F0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0104; }
p { color: rgb(111,1,4); }
H1.HeaderClassName
{
color: #6F0104;
}
.AnyTagClassName
{
color: #6F0104;
}
</style>
background-color css
<style>
a { background-color: #6F0104; }
a { background-color: rgb(111,1,4); }
div.DivClassName
{
background-color: #6F0104;
}
.BgClassName
{
background-color: #6F0104;
}
</style>
border-color css
<style>
span { border-color: #6F0104; }
span { border-color: rgb(111,1,4); }
td.TdClassName
{
border-color: #6F0104;
}
.TagClassName
{
border-color: #6F0104;
}
</style>