Shades of Siren #6F3243
Tints of Siren #6F3243
RGB
CMYK
RGB Variations
Color information
#6F3243 (or 0x6F3243) is known color: Siren. HEX triplet: 6F, 32 and 43. RGB value is (111,50,67). Sum of RGB (Red+Green+Blue) = 111+50+67=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3243 is #90CDBC. Grayscale: #464646. Windows color (decimal): -9489853 or 4403823. OLE color: 4403823.
HSL color Cylindrical-coordinate representation of color #6F3243: hue angle of 343.28º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3243 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 67 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.56 |
| HSL | 343.28º | 0.38% | 0.32% | - |
| HSV(B) | 343.28º | 0.55% | 0.44% | - |
| XYZ | 8.71 | 6.07 | 6.02 | - |
| YUV | 70.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 67 | 0 | 0.55 | 0.40 | 0.56 | 343.28 | 0.38 | 0.32 |
| Hex | 6F | 32 | 43 | 0 | 37 | 28 | 38 | 157 | 26 | 20 |
| Octal | 157 | 62 | 103 | 0 | 67 | 50 | 70 | 527 | 46 | 40 |
| Binary | 1101111 | 110010 | 1000011 | 0 | 110111 | 101000 | 111000 | 101010111 | 100110 | 100000 |
Color Harmonies of #6F3243
Complementary color
Monochromatic Colors of #6F3243
Black with #6F3243
Text Example
Text Example
White with #6F3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3243; }
p { color: rgb(111,50,67); }
H1.HeaderClassName
{
color: #6F3243;
}
.AnyTagClassName
{
color: #6F3243;
}
</style>
background-color css
<style>
a { background-color: #6F3243; }
a { background-color: rgb(111,50,67); }
div.DivClassName
{
background-color: #6F3243;
}
.BgClassName
{
background-color: #6F3243;
}
</style>
border-color css
<style>
span { border-color: #6F3243; }
span { border-color: rgb(111,50,67); }
td.TdClassName
{
border-color: #6F3243;
}
.TagClassName
{
border-color: #6F3243;
}
</style>