Shades of Pohutukawa #630820
Tints of Pohutukawa #630820
RGB
CMYK
RGB Variations
Color information
#630820 (or 0x630820) is known color: Pohutukawa. HEX triplet: 63, 08 and 20. RGB value is (99,8,32). Sum of RGB (Red+Green+Blue) = 99+8+32=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630820 is #9CF7DF. Grayscale: #252525. Windows color (decimal): -10287072 or 2099299. OLE color: 2099299.
HSL color Cylindrical-coordinate representation of color #630820: hue angle of 344.18º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630820 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 32 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.61 |
| HSL | 344.18º | 0.85% | 0.21% | - |
| HSV(B) | 344.18º | 0.92% | 0.39% | - |
| XYZ | 5.49 | 2.93 | 1.64 | - |
| YUV | 37.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 32 | 0 | 0.92 | 0.68 | 0.61 | 344.18 | 0.85 | 0.21 |
| Hex | 63 | 8 | 20 | 0 | 5C | 44 | 3D | 158 | 55 | 15 |
| Octal | 143 | 10 | 40 | 0 | 134 | 104 | 75 | 530 | 125 | 25 |
| Binary | 1100011 | 1000 | 100000 | 0 | 1011100 | 1000100 | 111101 | 101011000 | 1010101 | 10101 |
Color Harmonies of #630820
Complementary color
Monochromatic Colors of #630820
Black with #630820
Text Example
Text Example
White with #630820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630820; }
p { color: rgb(99,8,32); }
H1.HeaderClassName
{
color: #630820;
}
.AnyTagClassName
{
color: #630820;
}
</style>
background-color css
<style>
a { background-color: #630820; }
a { background-color: rgb(99,8,32); }
div.DivClassName
{
background-color: #630820;
}
.BgClassName
{
background-color: #630820;
}
</style>
border-color css
<style>
span { border-color: #630820; }
span { border-color: rgb(99,8,32); }
td.TdClassName
{
border-color: #630820;
}
.TagClassName
{
border-color: #630820;
}
</style>