Shades of Pohutukawa #630923
Tints of Pohutukawa #630923
RGB
CMYK
RGB Variations
Color information
#630923 (or 0x630923) is known color: Pohutukawa. HEX triplet: 63, 09 and 23. RGB value is (99,9,35). Sum of RGB (Red+Green+Blue) = 99+9+35=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #630923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630923 is #9CF6DC. Grayscale: #262626. Windows color (decimal): -10286813 or 2296163. OLE color: 2296163.
HSL color Cylindrical-coordinate representation of color #630923: hue angle of 342.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 #630923 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 35 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.61 |
| HSL | 342.67º | 0.83% | 0.21% | - |
| HSV(B) | 342.67º | 0.91% | 0.39% | - |
| XYZ | 5.55 | 2.97 | 1.87 | - |
| YUV | 38.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 35 | 0 | 0.91 | 0.65 | 0.61 | 342.67 | 0.83 | 0.21 |
| Hex | 63 | 9 | 23 | 0 | 5B | 41 | 3D | 157 | 53 | 15 |
| Octal | 143 | 11 | 43 | 0 | 133 | 101 | 75 | 527 | 123 | 25 |
| Binary | 1100011 | 1001 | 100011 | 0 | 1011011 | 1000001 | 111101 | 101010111 | 1010011 | 10101 |
Color Harmonies of #630923
Complementary color
Monochromatic Colors of #630923
Black with #630923
Text Example
Text Example
White with #630923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630923; }
p { color: rgb(99,9,35); }
H1.HeaderClassName
{
color: #630923;
}
.AnyTagClassName
{
color: #630923;
}
</style>
background-color css
<style>
a { background-color: #630923; }
a { background-color: rgb(99,9,35); }
div.DivClassName
{
background-color: #630923;
}
.BgClassName
{
background-color: #630923;
}
</style>
border-color css
<style>
span { border-color: #630923; }
span { border-color: rgb(99,9,35); }
td.TdClassName
{
border-color: #630923;
}
.TagClassName
{
border-color: #630923;
}
</style>