Shades of Maroon #670302
Tints of Maroon #670302
RGB
CMYK
RGB Variations
Color information
#670302 (or 0x670302) is known color: Maroon. HEX triplet: 67, 03 and 02. RGB value is (103,3,2). Sum of RGB (Red+Green+Blue) = 103+3+2=108 (14% of max value = 765). Red value is 103 (40.62% from 255 or 95.37% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 103 - color contains mainly: red. Hex color #670302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670302 is #98FCFD. Grayscale: #202020. Windows color (decimal): -10026238 or 131943. OLE color: 131943.
HSL color Cylindrical-coordinate representation of color #670302: hue angle of 0.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670302 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 3 | 2 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.60 |
| HSL | 0.59º | 0.96% | 0.21% | - |
| HSV(B) | 0.59º | 0.98% | 0.4% | - |
| XYZ | 5.64 | 2.95 | 0.33 | - |
| YUV | 32.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 2 | 0 | 0.97 | 0.98 | 0.60 | 0.59 | 0.96 | 0.21 |
| Hex | 67 | 3 | 2 | 0 | 61 | 62 | 3C | 1 | 60 | 15 |
| Octal | 147 | 3 | 2 | 0 | 141 | 142 | 74 | 1 | 140 | 25 |
| Binary | 1100111 | 11 | 10 | 0 | 1100001 | 1100010 | 111100 | 1 | 1100000 | 10101 |
Color Harmonies of #670302
Complementary color
Monochromatic Colors of #670302
Black with #670302
Text Example
Text Example
White with #670302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670302; }
p { color: rgb(103,3,2); }
H1.HeaderClassName
{
color: #670302;
}
.AnyTagClassName
{
color: #670302;
}
</style>
background-color css
<style>
a { background-color: #670302; }
a { background-color: rgb(103,3,2); }
div.DivClassName
{
background-color: #670302;
}
.BgClassName
{
background-color: #670302;
}
</style>
border-color css
<style>
span { border-color: #670302; }
span { border-color: rgb(103,3,2); }
td.TdClassName
{
border-color: #670302;
}
.TagClassName
{
border-color: #670302;
}
</style>