Shades of Pohutukawa #631A1C
Tints of Pohutukawa #631A1C
RGB
CMYK
RGB Variations
Color information
#631A1C (or 0x631A1C) is known color: Pohutukawa. HEX triplet: 63, 1A and 1C. RGB value is (99,26,28). Sum of RGB (Red+Green+Blue) = 99+26+28=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A1C is #9CE5E3. Grayscale: #303030. Windows color (decimal): -10282468 or 1841763. OLE color: 1841763.
HSL color Cylindrical-coordinate representation of color #631A1C: hue angle of 358.36º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A1C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 28 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.61 |
| HSL | 358.36º | 0.58% | 0.25% | - |
| HSV(B) | 358.36º | 0.74% | 0.39% | - |
| XYZ | 5.72 | 3.48 | 1.47 | - |
| YUV | 48.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 28 | 0 | 0.74 | 0.72 | 0.61 | 358.36 | 0.58 | 0.25 |
| Hex | 63 | 1A | 1C | 0 | 4A | 48 | 3D | 166 | 3A | 19 |
| Octal | 143 | 32 | 34 | 0 | 112 | 110 | 75 | 546 | 72 | 31 |
| Binary | 1100011 | 11010 | 11100 | 0 | 1001010 | 1001000 | 111101 | 101100110 | 111010 | 11001 |
Color Harmonies of #631A1C
Complementary color
Monochromatic Colors of #631A1C
Black with #631A1C
Text Example
Text Example
White with #631A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A1C; }
p { color: rgb(99,26,28); }
H1.HeaderClassName
{
color: #631A1C;
}
.AnyTagClassName
{
color: #631A1C;
}
</style>
background-color css
<style>
a { background-color: #631A1C; }
a { background-color: rgb(99,26,28); }
div.DivClassName
{
background-color: #631A1C;
}
.BgClassName
{
background-color: #631A1C;
}
</style>
border-color css
<style>
span { border-color: #631A1C; }
span { border-color: rgb(99,26,28); }
td.TdClassName
{
border-color: #631A1C;
}
.TagClassName
{
border-color: #631A1C;
}
</style>