Shades of Siren #66273D
Tints of Siren #66273D
RGB
CMYK
RGB Variations
Color information
#66273D (or 0x66273D) is known color: Siren. HEX triplet: 66, 27 and 3D. RGB value is (102,39,61). Sum of RGB (Red+Green+Blue) = 102+39+61=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66273D is #99D8C2. Grayscale: #3C3C3C. Windows color (decimal): -10082499 or 4007782. OLE color: 4007782.
HSL color Cylindrical-coordinate representation of color #66273D: hue angle of 339.05º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66273D is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 61 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.6 |
| HSL | 339.05º | 0.45% | 0.28% | - |
| HSV(B) | 339.05º | 0.62% | 0.4% | - |
| XYZ | 7.05 | 4.61 | 4.93 | - |
| YUV | 60.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 61 | 0 | 0.62 | 0.40 | 0.6 | 339.05 | 0.45 | 0.28 |
| Hex | 66 | 27 | 3D | 0 | 3E | 28 | 3C | 153 | 2D | 1C |
| Octal | 146 | 47 | 75 | 0 | 76 | 50 | 74 | 523 | 55 | 34 |
| Binary | 1100110 | 100111 | 111101 | 0 | 111110 | 101000 | 111100 | 101010011 | 101101 | 11100 |
Color Harmonies of #66273D
Complementary color
Monochromatic Colors of #66273D
Black with #66273D
Text Example
Text Example
White with #66273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66273D; }
p { color: rgb(102,39,61); }
H1.HeaderClassName
{
color: #66273D;
}
.AnyTagClassName
{
color: #66273D;
}
</style>
background-color css
<style>
a { background-color: #66273D; }
a { background-color: rgb(102,39,61); }
div.DivClassName
{
background-color: #66273D;
}
.BgClassName
{
background-color: #66273D;
}
</style>
border-color css
<style>
span { border-color: #66273D; }
span { border-color: rgb(102,39,61); }
td.TdClassName
{
border-color: #66273D;
}
.TagClassName
{
border-color: #66273D;
}
</style>