Shades of Pohutukawa #632025
Tints of Pohutukawa #632025
RGB
CMYK
RGB Variations
Color information
#632025 (or 0x632025) is known color: Pohutukawa. HEX triplet: 63, 20 and 25. RGB value is (99,32,37). Sum of RGB (Red+Green+Blue) = 99+32+37=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632025 is #9CDFDA. Grayscale: #343434. Windows color (decimal): -10280923 or 2433123. OLE color: 2433123.
HSL color Cylindrical-coordinate representation of color #632025: hue angle of 355.52º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632025 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 37 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.61 |
| HSL | 355.52º | 0.51% | 0.26% | - |
| HSV(B) | 355.52º | 0.68% | 0.39% | - |
| XYZ | 6 | 3.82 | 2.17 | - |
| YUV | 52.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 37 | 0 | 0.68 | 0.63 | 0.61 | 355.52 | 0.51 | 0.26 |
| Hex | 63 | 20 | 25 | 0 | 44 | 3F | 3D | 164 | 33 | 1A |
| Octal | 143 | 40 | 45 | 0 | 104 | 77 | 75 | 544 | 63 | 32 |
| Binary | 1100011 | 100000 | 100101 | 0 | 1000100 | 111111 | 111101 | 101100100 | 110011 | 11010 |
Color Harmonies of #632025
Complementary color
Monochromatic Colors of #632025
Black with #632025
Text Example
Text Example
White with #632025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632025; }
p { color: rgb(99,32,37); }
H1.HeaderClassName
{
color: #632025;
}
.AnyTagClassName
{
color: #632025;
}
</style>
background-color css
<style>
a { background-color: #632025; }
a { background-color: rgb(99,32,37); }
div.DivClassName
{
background-color: #632025;
}
.BgClassName
{
background-color: #632025;
}
</style>
border-color css
<style>
span { border-color: #632025; }
span { border-color: rgb(99,32,37); }
td.TdClassName
{
border-color: #632025;
}
.TagClassName
{
border-color: #632025;
}
</style>