Shades of Siren #6F3143
Tints of Siren #6F3143
RGB
CMYK
RGB Variations
Color information
#6F3143 (or 0x6F3143) is known color: Siren. HEX triplet: 6F, 31 and 43. RGB value is (111,49,67). Sum of RGB (Red+Green+Blue) = 111+49+67=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3143 is #90CEBC. Grayscale: #454545. Windows color (decimal): -9490109 or 4403567. OLE color: 4403567.
HSL color Cylindrical-coordinate representation of color #6F3143: hue angle of 342.58º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3143 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 67 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.56 |
| HSL | 342.58º | 0.39% | 0.31% | - |
| HSV(B) | 342.58º | 0.56% | 0.44% | - |
| XYZ | 8.67 | 5.98 | 6.01 | - |
| YUV | 69.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 67 | 0 | 0.56 | 0.40 | 0.56 | 342.58 | 0.39 | 0.31 |
| Hex | 6F | 31 | 43 | 0 | 38 | 28 | 38 | 157 | 27 | 1F |
| Octal | 157 | 61 | 103 | 0 | 70 | 50 | 70 | 527 | 47 | 37 |
| Binary | 1101111 | 110001 | 1000011 | 0 | 111000 | 101000 | 111000 | 101010111 | 100111 | 11111 |
Color Harmonies of #6F3143
Complementary color
Monochromatic Colors of #6F3143
Black with #6F3143
Text Example
Text Example
White with #6F3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3143; }
p { color: rgb(111,49,67); }
H1.HeaderClassName
{
color: #6F3143;
}
.AnyTagClassName
{
color: #6F3143;
}
</style>
background-color css
<style>
a { background-color: #6F3143; }
a { background-color: rgb(111,49,67); }
div.DivClassName
{
background-color: #6F3143;
}
.BgClassName
{
background-color: #6F3143;
}
</style>
border-color css
<style>
span { border-color: #6F3143; }
span { border-color: rgb(111,49,67); }
td.TdClassName
{
border-color: #6F3143;
}
.TagClassName
{
border-color: #6F3143;
}
</style>