Shades of Pohutukawa #651B2A
Tints of Pohutukawa #651B2A
RGB
CMYK
RGB Variations
Color information
#651B2A (or 0x651B2A) is known color: Pohutukawa. HEX triplet: 65, 1B and 2A. RGB value is (101,27,42). Sum of RGB (Red+Green+Blue) = 101+27+42=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #651B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B2A is #9AE4D5. Grayscale: #323232. Windows color (decimal): -10151126 or 2759525. OLE color: 2759525.
HSL color Cylindrical-coordinate representation of color #651B2A: hue angle of 347.84º 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 #651B2A is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 42 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.60 |
| HSL | 347.84º | 0.58% | 0.25% | - |
| HSV(B) | 347.84º | 0.73% | 0.4% | - |
| XYZ | 6.18 | 3.72 | 2.58 | - |
| YUV | 50.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 42 | 0 | 0.73 | 0.58 | 0.60 | 347.84 | 0.58 | 0.25 |
| Hex | 65 | 1B | 2A | 0 | 49 | 3A | 3C | 15C | 3A | 19 |
| Octal | 145 | 33 | 52 | 0 | 111 | 72 | 74 | 534 | 72 | 31 |
| Binary | 1100101 | 11011 | 101010 | 0 | 1001001 | 111010 | 111100 | 101011100 | 111010 | 11001 |
Color Harmonies of #651B2A
Complementary color
Monochromatic Colors of #651B2A
Black with #651B2A
Text Example
Text Example
White with #651B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B2A; }
p { color: rgb(101,27,42); }
H1.HeaderClassName
{
color: #651B2A;
}
.AnyTagClassName
{
color: #651B2A;
}
</style>
background-color css
<style>
a { background-color: #651B2A; }
a { background-color: rgb(101,27,42); }
div.DivClassName
{
background-color: #651B2A;
}
.BgClassName
{
background-color: #651B2A;
}
</style>
border-color css
<style>
span { border-color: #651B2A; }
span { border-color: rgb(101,27,42); }
td.TdClassName
{
border-color: #651B2A;
}
.TagClassName
{
border-color: #651B2A;
}
</style>