Shades of Siren #63303C
Tints of Siren #63303C
RGB
CMYK
RGB Variations
Color information
#63303C (or 0x63303C) is known color: Siren. HEX triplet: 63, 30 and 3C. RGB value is (99,48,60). Sum of RGB (Red+Green+Blue) = 99+48+60=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63303C is #9CCFC3. Grayscale: #404040. Windows color (decimal): -10276804 or 3944547. OLE color: 3944547.
HSL color Cylindrical-coordinate representation of color #63303C: hue angle of 345.88º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63303C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 60 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.61 |
| HSL | 345.88º | 0.35% | 0.29% | - |
| HSV(B) | 345.88º | 0.52% | 0.39% | - |
| XYZ | 7.02 | 5.09 | 4.89 | - |
| YUV | 64.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 60 | 0 | 0.52 | 0.39 | 0.61 | 345.88 | 0.35 | 0.29 |
| Hex | 63 | 30 | 3C | 0 | 34 | 27 | 3D | 15A | 23 | 1D |
| Octal | 143 | 60 | 74 | 0 | 64 | 47 | 75 | 532 | 43 | 35 |
| Binary | 1100011 | 110000 | 111100 | 0 | 110100 | 100111 | 111101 | 101011010 | 100011 | 11101 |
Color Harmonies of #63303C
Complementary color
Monochromatic Colors of #63303C
Black with #63303C
Text Example
Text Example
White with #63303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63303C; }
p { color: rgb(99,48,60); }
H1.HeaderClassName
{
color: #63303C;
}
.AnyTagClassName
{
color: #63303C;
}
</style>
background-color css
<style>
a { background-color: #63303C; }
a { background-color: rgb(99,48,60); }
div.DivClassName
{
background-color: #63303C;
}
.BgClassName
{
background-color: #63303C;
}
</style>
border-color css
<style>
span { border-color: #63303C; }
span { border-color: rgb(99,48,60); }
td.TdClassName
{
border-color: #63303C;
}
.TagClassName
{
border-color: #63303C;
}
</style>