Shades of Pohutukawa #630B1E
Tints of Pohutukawa #630B1E
RGB
CMYK
RGB Variations
Color information
#630B1E (or 0x630B1E) is known color: Pohutukawa. HEX triplet: 63, 0B and 1E. RGB value is (99,11,30). Sum of RGB (Red+Green+Blue) = 99+11+30=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B1E is #9CF4E1. Grayscale: #272727. Windows color (decimal): -10286306 or 1968995. OLE color: 1968995.
HSL color Cylindrical-coordinate representation of color #630B1E: hue angle of 347.05º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B1E is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 30 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.61 |
| HSL | 347.05º | 0.8% | 0.22% | - |
| HSV(B) | 347.05º | 0.89% | 0.39% | - |
| XYZ | 5.5 | 2.99 | 1.51 | - |
| YUV | 39.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 30 | 0 | 0.89 | 0.70 | 0.61 | 347.05 | 0.8 | 0.22 |
| Hex | 63 | B | 1E | 0 | 59 | 46 | 3D | 15B | 50 | 16 |
| Octal | 143 | 13 | 36 | 0 | 131 | 106 | 75 | 533 | 120 | 26 |
| Binary | 1100011 | 1011 | 11110 | 0 | 1011001 | 1000110 | 111101 | 101011011 | 1010000 | 10110 |
Color Harmonies of #630B1E
Complementary color
Monochromatic Colors of #630B1E
Black with #630B1E
Text Example
Text Example
White with #630B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B1E; }
p { color: rgb(99,11,30); }
H1.HeaderClassName
{
color: #630B1E;
}
.AnyTagClassName
{
color: #630B1E;
}
</style>
background-color css
<style>
a { background-color: #630B1E; }
a { background-color: rgb(99,11,30); }
div.DivClassName
{
background-color: #630B1E;
}
.BgClassName
{
background-color: #630B1E;
}
</style>
border-color css
<style>
span { border-color: #630B1E; }
span { border-color: rgb(99,11,30); }
td.TdClassName
{
border-color: #630B1E;
}
.TagClassName
{
border-color: #630B1E;
}
</style>