Shades of Pohutukawa #632023
Tints of Pohutukawa #632023
RGB
CMYK
RGB Variations
Color information
#632023 (or 0x632023) is known color: Pohutukawa. HEX triplet: 63, 20 and 23. RGB value is (99,32,35). Sum of RGB (Red+Green+Blue) = 99+32+35=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #632023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632023 is #9CDFDC. Grayscale: #343434. Windows color (decimal): -10280925 or 2302051. OLE color: 2302051.
HSL color Cylindrical-coordinate representation of color #632023: hue angle of 357.31º 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 #632023 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 35 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.61 |
| HSL | 357.31º | 0.51% | 0.26% | - |
| HSV(B) | 357.31º | 0.68% | 0.39% | - |
| XYZ | 5.97 | 3.81 | 2.01 | - |
| YUV | 52.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 35 | 0 | 0.68 | 0.65 | 0.61 | 357.31 | 0.51 | 0.26 |
| Hex | 63 | 20 | 23 | 0 | 44 | 41 | 3D | 165 | 33 | 1A |
| Octal | 143 | 40 | 43 | 0 | 104 | 101 | 75 | 545 | 63 | 32 |
| Binary | 1100011 | 100000 | 100011 | 0 | 1000100 | 1000001 | 111101 | 101100101 | 110011 | 11010 |
Color Harmonies of #632023
Complementary color
Monochromatic Colors of #632023
Black with #632023
Text Example
Text Example
White with #632023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632023; }
p { color: rgb(99,32,35); }
H1.HeaderClassName
{
color: #632023;
}
.AnyTagClassName
{
color: #632023;
}
</style>
background-color css
<style>
a { background-color: #632023; }
a { background-color: rgb(99,32,35); }
div.DivClassName
{
background-color: #632023;
}
.BgClassName
{
background-color: #632023;
}
</style>
border-color css
<style>
span { border-color: #632023; }
span { border-color: rgb(99,32,35); }
td.TdClassName
{
border-color: #632023;
}
.TagClassName
{
border-color: #632023;
}
</style>