Shades of Pohutukawa #631A20
Tints of Pohutukawa #631A20
RGB
CMYK
RGB Variations
Color information
#631A20 (or 0x631A20) is known color: Pohutukawa. HEX triplet: 63, 1A and 20. RGB value is (99,26,32). Sum of RGB (Red+Green+Blue) = 99+26+32=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A20 is #9CE5DF. Grayscale: #303030. Windows color (decimal): -10282464 or 2103907. OLE color: 2103907.
HSL color Cylindrical-coordinate representation of color #631A20: hue angle of 355.07º 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 #631A20 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 32 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.61 |
| HSL | 355.07º | 0.58% | 0.25% | - |
| HSV(B) | 355.07º | 0.74% | 0.39% | - |
| XYZ | 5.78 | 3.5 | 1.74 | - |
| YUV | 48.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 32 | 0 | 0.74 | 0.68 | 0.61 | 355.07 | 0.58 | 0.25 |
| Hex | 63 | 1A | 20 | 0 | 4A | 44 | 3D | 163 | 3A | 19 |
| Octal | 143 | 32 | 40 | 0 | 112 | 104 | 75 | 543 | 72 | 31 |
| Binary | 1100011 | 11010 | 100000 | 0 | 1001010 | 1000100 | 111101 | 101100011 | 111010 | 11001 |
Color Harmonies of #631A20
Complementary color
Monochromatic Colors of #631A20
Black with #631A20
Text Example
Text Example
White with #631A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A20; }
p { color: rgb(99,26,32); }
H1.HeaderClassName
{
color: #631A20;
}
.AnyTagClassName
{
color: #631A20;
}
</style>
background-color css
<style>
a { background-color: #631A20; }
a { background-color: rgb(99,26,32); }
div.DivClassName
{
background-color: #631A20;
}
.BgClassName
{
background-color: #631A20;
}
</style>
border-color css
<style>
span { border-color: #631A20; }
span { border-color: rgb(99,26,32); }
td.TdClassName
{
border-color: #631A20;
}
.TagClassName
{
border-color: #631A20;
}
</style>