Shades of Pohutukawa #631A2D
Tints of Pohutukawa #631A2D
RGB
CMYK
RGB Variations
Color information
#631A2D (or 0x631A2D) is known color: Pohutukawa. HEX triplet: 63, 1A and 2D. RGB value is (99,26,45). Sum of RGB (Red+Green+Blue) = 99+26+45=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #631A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A2D is #9CE5D2. Grayscale: #313131. Windows color (decimal): -10282451 or 2955875. OLE color: 2955875.
HSL color Cylindrical-coordinate representation of color #631A2D: hue angle of 344.38º 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 #631A2D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 45 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.61 |
| HSL | 344.38º | 0.58% | 0.25% | - |
| HSV(B) | 344.38º | 0.74% | 0.39% | - |
| XYZ | 5.99 | 3.58 | 2.86 | - |
| YUV | 49.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 45 | 0 | 0.74 | 0.55 | 0.61 | 344.38 | 0.58 | 0.25 |
| Hex | 63 | 1A | 2D | 0 | 4A | 37 | 3D | 158 | 3A | 19 |
| Octal | 143 | 32 | 55 | 0 | 112 | 67 | 75 | 530 | 72 | 31 |
| Binary | 1100011 | 11010 | 101101 | 0 | 1001010 | 110111 | 111101 | 101011000 | 111010 | 11001 |
Color Harmonies of #631A2D
Complementary color
Monochromatic Colors of #631A2D
Black with #631A2D
Text Example
Text Example
White with #631A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A2D; }
p { color: rgb(99,26,45); }
H1.HeaderClassName
{
color: #631A2D;
}
.AnyTagClassName
{
color: #631A2D;
}
</style>
background-color css
<style>
a { background-color: #631A2D; }
a { background-color: rgb(99,26,45); }
div.DivClassName
{
background-color: #631A2D;
}
.BgClassName
{
background-color: #631A2D;
}
</style>
border-color css
<style>
span { border-color: #631A2D; }
span { border-color: rgb(99,26,45); }
td.TdClassName
{
border-color: #631A2D;
}
.TagClassName
{
border-color: #631A2D;
}
</style>