Shades of Maroon #600303
Tints of Maroon #600303
RGB
CMYK
RGB Variations
Color information
#600303 (or 0x600303) is known color: Maroon. HEX triplet: 60, 03 and 03. RGB value is (96,3,3). Sum of RGB (Red+Green+Blue) = 96+3+3=102 (13% of max value = 765). Red value is 96 (37.89% from 255 or 94.12% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 96 - color contains mainly: red. Hex color #600303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600303 is #9FFCFC. Grayscale: #1E1E1E. Windows color (decimal): -10484989 or 197472. OLE color: 197472.
HSL color Cylindrical-coordinate representation of color #600303: hue angle of 0º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.62 |
| HSL | 0º | 0.94% | 0.19% | - |
| HSV(B) | 0º | 0.97% | 0.38% | - |
| XYZ | 4.87 | 2.56 | 0.32 | - |
| YUV | 30.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 3 | 0 | 0.97 | 0.97 | 0.62 | 0 | 0.94 | 0.19 |
| Hex | 60 | 3 | 3 | 0 | 61 | 61 | 3E | 0 | 5E | 13 |
| Octal | 140 | 3 | 3 | 0 | 141 | 141 | 76 | 0 | 136 | 23 |
| Binary | 1100000 | 11 | 11 | 0 | 1100001 | 1100001 | 111110 | 0 | 1011110 | 10011 |
Color Harmonies of #600303
Complementary color
Monochromatic Colors of #600303
Black with #600303
Text Example
Text Example
White with #600303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600303; }
p { color: rgb(96,3,3); }
H1.HeaderClassName
{
color: #600303;
}
.AnyTagClassName
{
color: #600303;
}
</style>
background-color css
<style>
a { background-color: #600303; }
a { background-color: rgb(96,3,3); }
div.DivClassName
{
background-color: #600303;
}
.BgClassName
{
background-color: #600303;
}
</style>
border-color css
<style>
span { border-color: #600303; }
span { border-color: rgb(96,3,3); }
td.TdClassName
{
border-color: #600303;
}
.TagClassName
{
border-color: #600303;
}
</style>