Shades of Pohutukawa #651B2B
Tints of Pohutukawa #651B2B
RGB
CMYK
RGB Variations
Color information
#651B2B (or 0x651B2B) is known color: Pohutukawa. HEX triplet: 65, 1B and 2B. RGB value is (101,27,43). Sum of RGB (Red+Green+Blue) = 101+27+43=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #651B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B2B is #9AE4D4. Grayscale: #323232. Windows color (decimal): -10151125 or 2825061. OLE color: 2825061.
HSL color Cylindrical-coordinate representation of color #651B2B: hue angle of 347.03º 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 #651B2B is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 43 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.60 |
| HSL | 347.03º | 0.58% | 0.25% | - |
| HSV(B) | 347.03º | 0.73% | 0.4% | - |
| XYZ | 6.19 | 3.72 | 2.68 | - |
| YUV | 50.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 43 | 0 | 0.73 | 0.57 | 0.60 | 347.03 | 0.58 | 0.25 |
| Hex | 65 | 1B | 2B | 0 | 49 | 39 | 3C | 15B | 3A | 19 |
| Octal | 145 | 33 | 53 | 0 | 111 | 71 | 74 | 533 | 72 | 31 |
| Binary | 1100101 | 11011 | 101011 | 0 | 1001001 | 111001 | 111100 | 101011011 | 111010 | 11001 |
Color Harmonies of #651B2B
Complementary color
Monochromatic Colors of #651B2B
Black with #651B2B
Text Example
Text Example
White with #651B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B2B; }
p { color: rgb(101,27,43); }
H1.HeaderClassName
{
color: #651B2B;
}
.AnyTagClassName
{
color: #651B2B;
}
</style>
background-color css
<style>
a { background-color: #651B2B; }
a { background-color: rgb(101,27,43); }
div.DivClassName
{
background-color: #651B2B;
}
.BgClassName
{
background-color: #651B2B;
}
</style>
border-color css
<style>
span { border-color: #651B2B; }
span { border-color: rgb(101,27,43); }
td.TdClassName
{
border-color: #651B2B;
}
.TagClassName
{
border-color: #651B2B;
}
</style>