Shades of Pohutukawa #651B2C
Tints of Pohutukawa #651B2C
RGB
CMYK
RGB Variations
Color information
#651B2C (or 0x651B2C) is known color: Pohutukawa. HEX triplet: 65, 1B and 2C. RGB value is (101,27,44). Sum of RGB (Red+Green+Blue) = 101+27+44=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #651B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B2C is #9AE4D3. Grayscale: #333333. Windows color (decimal): -10151124 or 2890597. OLE color: 2890597.
HSL color Cylindrical-coordinate representation of color #651B2C: hue angle of 346.22º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B2C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 44 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.60 |
| HSL | 346.22º | 0.58% | 0.25% | - |
| HSV(B) | 346.22º | 0.73% | 0.4% | - |
| XYZ | 6.21 | 3.73 | 2.78 | - |
| YUV | 51.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 44 | 0 | 0.73 | 0.56 | 0.60 | 346.22 | 0.58 | 0.25 |
| Hex | 65 | 1B | 2C | 0 | 49 | 38 | 3C | 15A | 3A | 19 |
| Octal | 145 | 33 | 54 | 0 | 111 | 70 | 74 | 532 | 72 | 31 |
| Binary | 1100101 | 11011 | 101100 | 0 | 1001001 | 111000 | 111100 | 101011010 | 111010 | 11001 |
Color Harmonies of #651B2C
Complementary color
Monochromatic Colors of #651B2C
Black with #651B2C
Text Example
Text Example
White with #651B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B2C; }
p { color: rgb(101,27,44); }
H1.HeaderClassName
{
color: #651B2C;
}
.AnyTagClassName
{
color: #651B2C;
}
</style>
background-color css
<style>
a { background-color: #651B2C; }
a { background-color: rgb(101,27,44); }
div.DivClassName
{
background-color: #651B2C;
}
.BgClassName
{
background-color: #651B2C;
}
</style>
border-color css
<style>
span { border-color: #651B2C; }
span { border-color: rgb(101,27,44); }
td.TdClassName
{
border-color: #651B2C;
}
.TagClassName
{
border-color: #651B2C;
}
</style>