Shades of Pohutukawa #630823
Tints of Pohutukawa #630823
RGB
CMYK
RGB Variations
Color information
#630823 (or 0x630823) is known color: Pohutukawa. HEX triplet: 63, 08 and 23. RGB value is (99,8,35). Sum of RGB (Red+Green+Blue) = 99+8+35=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #630823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630823 is #9CF7DC. Grayscale: #262626. Windows color (decimal): -10287069 or 2295907. OLE color: 2295907.
HSL color Cylindrical-coordinate representation of color #630823: hue angle of 342.2º 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 #630823 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 35 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.61 |
| HSL | 342.2º | 0.85% | 0.21% | - |
| HSV(B) | 342.2º | 0.92% | 0.39% | - |
| XYZ | 5.54 | 2.95 | 1.87 | - |
| YUV | 38.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 35 | 0 | 0.92 | 0.65 | 0.61 | 342.2 | 0.85 | 0.21 |
| Hex | 63 | 8 | 23 | 0 | 5C | 41 | 3D | 156 | 55 | 15 |
| Octal | 143 | 10 | 43 | 0 | 134 | 101 | 75 | 526 | 125 | 25 |
| Binary | 1100011 | 1000 | 100011 | 0 | 1011100 | 1000001 | 111101 | 101010110 | 1010101 | 10101 |
Color Harmonies of #630823
Complementary color
Monochromatic Colors of #630823
Black with #630823
Text Example
Text Example
White with #630823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630823; }
p { color: rgb(99,8,35); }
H1.HeaderClassName
{
color: #630823;
}
.AnyTagClassName
{
color: #630823;
}
</style>
background-color css
<style>
a { background-color: #630823; }
a { background-color: rgb(99,8,35); }
div.DivClassName
{
background-color: #630823;
}
.BgClassName
{
background-color: #630823;
}
</style>
border-color css
<style>
span { border-color: #630823; }
span { border-color: rgb(99,8,35); }
td.TdClassName
{
border-color: #630823;
}
.TagClassName
{
border-color: #630823;
}
</style>