Shades of Pohutukawa #630822
Tints of Pohutukawa #630822
RGB
CMYK
RGB Variations
Color information
#630822 (or 0x630822) is known color: Pohutukawa. HEX triplet: 63, 08 and 22. RGB value is (99,8,34). Sum of RGB (Red+Green+Blue) = 99+8+34=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #630822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630822 is #9CF7DD. Grayscale: #262626. Windows color (decimal): -10287070 or 2230371. OLE color: 2230371.
HSL color Cylindrical-coordinate representation of color #630822: hue angle of 342.86º 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 #630822 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 34 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.61 |
| HSL | 342.86º | 0.85% | 0.21% | - |
| HSV(B) | 342.86º | 0.92% | 0.39% | - |
| XYZ | 5.52 | 2.94 | 1.79 | - |
| YUV | 38.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 34 | 0 | 0.92 | 0.66 | 0.61 | 342.86 | 0.85 | 0.21 |
| Hex | 63 | 8 | 22 | 0 | 5C | 42 | 3D | 157 | 55 | 15 |
| Octal | 143 | 10 | 42 | 0 | 134 | 102 | 75 | 527 | 125 | 25 |
| Binary | 1100011 | 1000 | 100010 | 0 | 1011100 | 1000010 | 111101 | 101010111 | 1010101 | 10101 |
Color Harmonies of #630822
Complementary color
Monochromatic Colors of #630822
Black with #630822
Text Example
Text Example
White with #630822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630822; }
p { color: rgb(99,8,34); }
H1.HeaderClassName
{
color: #630822;
}
.AnyTagClassName
{
color: #630822;
}
</style>
background-color css
<style>
a { background-color: #630822; }
a { background-color: rgb(99,8,34); }
div.DivClassName
{
background-color: #630822;
}
.BgClassName
{
background-color: #630822;
}
</style>
border-color css
<style>
span { border-color: #630822; }
span { border-color: rgb(99,8,34); }
td.TdClassName
{
border-color: #630822;
}
.TagClassName
{
border-color: #630822;
}
</style>