Shades of Pohutukawa #631A1B
Tints of Pohutukawa #631A1B
RGB
CMYK
RGB Variations
Color information
#631A1B (or 0x631A1B) is known color: Pohutukawa. HEX triplet: 63, 1A and 1B. RGB value is (99,26,27). Sum of RGB (Red+Green+Blue) = 99+26+27=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A1B is #9CE5E4. Grayscale: #303030. Windows color (decimal): -10282469 or 1776227. OLE color: 1776227.
HSL color Cylindrical-coordinate representation of color #631A1B: hue angle of 359.18º 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 #631A1B is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 27 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.61 |
| HSL | 359.18º | 0.58% | 0.25% | - |
| HSV(B) | 359.18º | 0.74% | 0.39% | - |
| XYZ | 5.71 | 3.47 | 1.41 | - |
| YUV | 47.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 27 | 0 | 0.74 | 0.73 | 0.61 | 359.18 | 0.58 | 0.25 |
| Hex | 63 | 1A | 1B | 0 | 4A | 49 | 3D | 167 | 3A | 19 |
| Octal | 143 | 32 | 33 | 0 | 112 | 111 | 75 | 547 | 72 | 31 |
| Binary | 1100011 | 11010 | 11011 | 0 | 1001010 | 1001001 | 111101 | 101100111 | 111010 | 11001 |
Color Harmonies of #631A1B
Complementary color
Monochromatic Colors of #631A1B
Black with #631A1B
Text Example
Text Example
White with #631A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A1B; }
p { color: rgb(99,26,27); }
H1.HeaderClassName
{
color: #631A1B;
}
.AnyTagClassName
{
color: #631A1B;
}
</style>
background-color css
<style>
a { background-color: #631A1B; }
a { background-color: rgb(99,26,27); }
div.DivClassName
{
background-color: #631A1B;
}
.BgClassName
{
background-color: #631A1B;
}
</style>
border-color css
<style>
span { border-color: #631A1B; }
span { border-color: rgb(99,26,27); }
td.TdClassName
{
border-color: #631A1B;
}
.TagClassName
{
border-color: #631A1B;
}
</style>