Shades of Pohutukawa #630F1F
Tints of Pohutukawa #630F1F
RGB
CMYK
RGB Variations
Color information
#630F1F (or 0x630F1F) is known color: Pohutukawa. HEX triplet: 63, 0F and 1F. RGB value is (99,15,31). Sum of RGB (Red+Green+Blue) = 99+15+31=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #630F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F1F is #9CF0E0. Grayscale: #292929. Windows color (decimal): -10285281 or 2035555. OLE color: 2035555.
HSL color Cylindrical-coordinate representation of color #630F1F: hue angle of 348.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F1F is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 31 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.61 |
| HSL | 348.57º | 0.74% | 0.22% | - |
| HSV(B) | 348.57º | 0.85% | 0.39% | - |
| XYZ | 5.56 | 3.09 | 1.6 | - |
| YUV | 41.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 31 | 0 | 0.85 | 0.69 | 0.61 | 348.57 | 0.74 | 0.22 |
| Hex | 63 | F | 1F | 0 | 55 | 45 | 3D | 15D | 4A | 16 |
| Octal | 143 | 17 | 37 | 0 | 125 | 105 | 75 | 535 | 112 | 26 |
| Binary | 1100011 | 1111 | 11111 | 0 | 1010101 | 1000101 | 111101 | 101011101 | 1001010 | 10110 |
Color Harmonies of #630F1F
Complementary color
Monochromatic Colors of #630F1F
Black with #630F1F
Text Example
Text Example
White with #630F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F1F; }
p { color: rgb(99,15,31); }
H1.HeaderClassName
{
color: #630F1F;
}
.AnyTagClassName
{
color: #630F1F;
}
</style>
background-color css
<style>
a { background-color: #630F1F; }
a { background-color: rgb(99,15,31); }
div.DivClassName
{
background-color: #630F1F;
}
.BgClassName
{
background-color: #630F1F;
}
</style>
border-color css
<style>
span { border-color: #630F1F; }
span { border-color: rgb(99,15,31); }
td.TdClassName
{
border-color: #630F1F;
}
.TagClassName
{
border-color: #630F1F;
}
</style>