Shades of Pohutukawa #651B2D
Tints of Pohutukawa #651B2D
RGB
CMYK
RGB Variations
Color information
#651B2D (or 0x651B2D) is known color: Pohutukawa. HEX triplet: 65, 1B and 2D. RGB value is (101,27,45). Sum of RGB (Red+Green+Blue) = 101+27+45=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B2D is #9AE4D2. Grayscale: #333333. Windows color (decimal): -10151123 or 2956133. OLE color: 2956133.
HSL color Cylindrical-coordinate representation of color #651B2D: hue angle of 345.41º 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 #651B2D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 45 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.60 |
| HSL | 345.41º | 0.58% | 0.25% | - |
| HSV(B) | 345.41º | 0.73% | 0.4% | - |
| XYZ | 6.23 | 3.74 | 2.88 | - |
| YUV | 51.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 45 | 0 | 0.73 | 0.55 | 0.60 | 345.41 | 0.58 | 0.25 |
| Hex | 65 | 1B | 2D | 0 | 49 | 37 | 3C | 159 | 3A | 19 |
| Octal | 145 | 33 | 55 | 0 | 111 | 67 | 74 | 531 | 72 | 31 |
| Binary | 1100101 | 11011 | 101101 | 0 | 1001001 | 110111 | 111100 | 101011001 | 111010 | 11001 |
Color Harmonies of #651B2D
Complementary color
Monochromatic Colors of #651B2D
Black with #651B2D
Text Example
Text Example
White with #651B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B2D; }
p { color: rgb(101,27,45); }
H1.HeaderClassName
{
color: #651B2D;
}
.AnyTagClassName
{
color: #651B2D;
}
</style>
background-color css
<style>
a { background-color: #651B2D; }
a { background-color: rgb(101,27,45); }
div.DivClassName
{
background-color: #651B2D;
}
.BgClassName
{
background-color: #651B2D;
}
</style>
border-color css
<style>
span { border-color: #651B2D; }
span { border-color: rgb(101,27,45); }
td.TdClassName
{
border-color: #651B2D;
}
.TagClassName
{
border-color: #651B2D;
}
</style>