Shades of Pohutukawa #651A2C
Tints of Pohutukawa #651A2C
RGB
CMYK
RGB Variations
Color information
#651A2C (or 0x651A2C) is known color: Pohutukawa. HEX triplet: 65, 1A and 2C. RGB value is (101,26,44). Sum of RGB (Red+Green+Blue) = 101+26+44=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #651A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A2C is #9AE5D3. Grayscale: #323232. Windows color (decimal): -10151380 or 2890341. OLE color: 2890341.
HSL color Cylindrical-coordinate representation of color #651A2C: hue angle of 345.6º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651A2C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 44 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.60 |
| HSL | 345.6º | 0.59% | 0.25% | - |
| HSV(B) | 345.6º | 0.74% | 0.4% | - |
| XYZ | 6.19 | 3.69 | 2.77 | - |
| YUV | 50.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 44 | 0 | 0.74 | 0.56 | 0.60 | 345.6 | 0.59 | 0.25 |
| Hex | 65 | 1A | 2C | 0 | 4A | 38 | 3C | 15A | 3B | 19 |
| Octal | 145 | 32 | 54 | 0 | 112 | 70 | 74 | 532 | 73 | 31 |
| Binary | 1100101 | 11010 | 101100 | 0 | 1001010 | 111000 | 111100 | 101011010 | 111011 | 11001 |
Color Harmonies of #651A2C
Complementary color
Monochromatic Colors of #651A2C
Black with #651A2C
Text Example
Text Example
White with #651A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A2C; }
p { color: rgb(101,26,44); }
H1.HeaderClassName
{
color: #651A2C;
}
.AnyTagClassName
{
color: #651A2C;
}
</style>
background-color css
<style>
a { background-color: #651A2C; }
a { background-color: rgb(101,26,44); }
div.DivClassName
{
background-color: #651A2C;
}
.BgClassName
{
background-color: #651A2C;
}
</style>
border-color css
<style>
span { border-color: #651A2C; }
span { border-color: rgb(101,26,44); }
td.TdClassName
{
border-color: #651A2C;
}
.TagClassName
{
border-color: #651A2C;
}
</style>