Shades of Maroon #600504
Tints of Maroon #600504
RGB
CMYK
RGB Variations
Color information
#600504 (or 0x600504) is known color: Maroon. HEX triplet: 60, 05 and 04. RGB value is (96,5,4). Sum of RGB (Red+Green+Blue) = 96+5+4=105 (13% of max value = 765). Red value is 96 (37.89% from 255 or 91.43% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 96 - color contains mainly: red. Hex color #600504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600504 is #9FFAFB. Grayscale: #202020. Windows color (decimal): -10484476 or 263520. OLE color: 263520.
HSL color Cylindrical-coordinate representation of color #600504: hue angle of 0.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600504 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 4 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.62 |
| HSL | 0.65º | 0.92% | 0.2% | - |
| HSV(B) | 0.65º | 0.96% | 0.38% | - |
| XYZ | 4.9 | 2.6 | 0.36 | - |
| YUV | 32.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 4 | 0 | 0.95 | 0.96 | 0.62 | 0.65 | 0.92 | 0.2 |
| Hex | 60 | 5 | 4 | 0 | 5F | 60 | 3E | 1 | 5C | 14 |
| Octal | 140 | 5 | 4 | 0 | 137 | 140 | 76 | 1 | 134 | 24 |
| Binary | 1100000 | 101 | 100 | 0 | 1011111 | 1100000 | 111110 | 1 | 1011100 | 10100 |
Color Harmonies of #600504
Complementary color
Monochromatic Colors of #600504
Black with #600504
Text Example
Text Example
White with #600504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600504; }
p { color: rgb(96,5,4); }
H1.HeaderClassName
{
color: #600504;
}
.AnyTagClassName
{
color: #600504;
}
</style>
background-color css
<style>
a { background-color: #600504; }
a { background-color: rgb(96,5,4); }
div.DivClassName
{
background-color: #600504;
}
.BgClassName
{
background-color: #600504;
}
</style>
border-color css
<style>
span { border-color: #600504; }
span { border-color: rgb(96,5,4); }
td.TdClassName
{
border-color: #600504;
}
.TagClassName
{
border-color: #600504;
}
</style>