Shades of Pohutukawa #630929
Tints of Pohutukawa #630929
RGB
CMYK
RGB Variations
Color information
#630929 (or 0x630929) is known color: Pohutukawa. HEX triplet: 63, 09 and 29. RGB value is (99,9,41). Sum of RGB (Red+Green+Blue) = 99+9+41=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #630929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630929 is #9CF6D6. Grayscale: #272727. Windows color (decimal): -10286807 or 2689379. OLE color: 2689379.
HSL color Cylindrical-coordinate representation of color #630929: hue angle of 338.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630929 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 41 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.61 |
| HSL | 338.67º | 0.83% | 0.21% | - |
| HSV(B) | 338.67º | 0.91% | 0.39% | - |
| XYZ | 5.64 | 3.01 | 2.38 | - |
| YUV | 39.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 41 | 0 | 0.91 | 0.59 | 0.61 | 338.67 | 0.83 | 0.21 |
| Hex | 63 | 9 | 29 | 0 | 5B | 3B | 3D | 153 | 53 | 15 |
| Octal | 143 | 11 | 51 | 0 | 133 | 73 | 75 | 523 | 123 | 25 |
| Binary | 1100011 | 1001 | 101001 | 0 | 1011011 | 111011 | 111101 | 101010011 | 1010011 | 10101 |
Color Harmonies of #630929
Complementary color
Monochromatic Colors of #630929
Black with #630929
Text Example
Text Example
White with #630929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630929; }
p { color: rgb(99,9,41); }
H1.HeaderClassName
{
color: #630929;
}
.AnyTagClassName
{
color: #630929;
}
</style>
background-color css
<style>
a { background-color: #630929; }
a { background-color: rgb(99,9,41); }
div.DivClassName
{
background-color: #630929;
}
.BgClassName
{
background-color: #630929;
}
</style>
border-color css
<style>
span { border-color: #630929; }
span { border-color: rgb(99,9,41); }
td.TdClassName
{
border-color: #630929;
}
.TagClassName
{
border-color: #630929;
}
</style>