Shades of Pohutukawa #630C1C
Tints of Pohutukawa #630C1C
RGB
CMYK
RGB Variations
Color information
#630C1C (or 0x630C1C) is known color: Pohutukawa. HEX triplet: 63, 0C and 1C. RGB value is (99,12,28). Sum of RGB (Red+Green+Blue) = 99+12+28=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C1C is #9CF3E3. Grayscale: #272727. Windows color (decimal): -10286052 or 1838179. OLE color: 1838179.
HSL color Cylindrical-coordinate representation of color #630C1C: hue angle of 348.97º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C1C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 28 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.61 |
| HSL | 348.97º | 0.78% | 0.22% | - |
| HSV(B) | 348.97º | 0.88% | 0.39% | - |
| XYZ | 5.49 | 3 | 1.39 | - |
| YUV | 39.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 28 | 0 | 0.88 | 0.72 | 0.61 | 348.97 | 0.78 | 0.22 |
| Hex | 63 | C | 1C | 0 | 58 | 48 | 3D | 15D | 4E | 16 |
| Octal | 143 | 14 | 34 | 0 | 130 | 110 | 75 | 535 | 116 | 26 |
| Binary | 1100011 | 1100 | 11100 | 0 | 1011000 | 1001000 | 111101 | 101011101 | 1001110 | 10110 |
Color Harmonies of #630C1C
Complementary color
Monochromatic Colors of #630C1C
Black with #630C1C
Text Example
Text Example
White with #630C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C1C; }
p { color: rgb(99,12,28); }
H1.HeaderClassName
{
color: #630C1C;
}
.AnyTagClassName
{
color: #630C1C;
}
</style>
background-color css
<style>
a { background-color: #630C1C; }
a { background-color: rgb(99,12,28); }
div.DivClassName
{
background-color: #630C1C;
}
.BgClassName
{
background-color: #630C1C;
}
</style>
border-color css
<style>
span { border-color: #630C1C; }
span { border-color: rgb(99,12,28); }
td.TdClassName
{
border-color: #630C1C;
}
.TagClassName
{
border-color: #630C1C;
}
</style>