Shades of Pohutukawa #630C1D
Tints of Pohutukawa #630C1D
RGB
CMYK
RGB Variations
Color information
#630C1D (or 0x630C1D) is known color: Pohutukawa. HEX triplet: 63, 0C and 1D. RGB value is (99,12,29). Sum of RGB (Red+Green+Blue) = 99+12+29=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C1D is #9CF3E2. Grayscale: #272727. Windows color (decimal): -10286051 or 1903715. OLE color: 1903715.
HSL color Cylindrical-coordinate representation of color #630C1D: hue angle of 348.28º 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 #630C1D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 29 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.61 |
| HSL | 348.28º | 0.78% | 0.22% | - |
| HSV(B) | 348.28º | 0.88% | 0.39% | - |
| XYZ | 5.5 | 3 | 1.45 | - |
| YUV | 39.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 29 | 0 | 0.88 | 0.71 | 0.61 | 348.28 | 0.78 | 0.22 |
| Hex | 63 | C | 1D | 0 | 58 | 47 | 3D | 15C | 4E | 16 |
| Octal | 143 | 14 | 35 | 0 | 130 | 107 | 75 | 534 | 116 | 26 |
| Binary | 1100011 | 1100 | 11101 | 0 | 1011000 | 1000111 | 111101 | 101011100 | 1001110 | 10110 |
Color Harmonies of #630C1D
Complementary color
Monochromatic Colors of #630C1D
Black with #630C1D
Text Example
Text Example
White with #630C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C1D; }
p { color: rgb(99,12,29); }
H1.HeaderClassName
{
color: #630C1D;
}
.AnyTagClassName
{
color: #630C1D;
}
</style>
background-color css
<style>
a { background-color: #630C1D; }
a { background-color: rgb(99,12,29); }
div.DivClassName
{
background-color: #630C1D;
}
.BgClassName
{
background-color: #630C1D;
}
</style>
border-color css
<style>
span { border-color: #630C1D; }
span { border-color: rgb(99,12,29); }
td.TdClassName
{
border-color: #630C1D;
}
.TagClassName
{
border-color: #630C1D;
}
</style>