Shades of Pohutukawa #651222
Tints of Pohutukawa #651222
RGB
CMYK
RGB Variations
Color information
#651222 (or 0x651222) is known color: Pohutukawa. HEX triplet: 65, 12 and 22. RGB value is (101,18,34). Sum of RGB (Red+Green+Blue) = 101+18+34=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #651222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651222 is #9AEDDD. Grayscale: #2C2C2C. Windows color (decimal): -10153438 or 2232933. OLE color: 2232933.
HSL color Cylindrical-coordinate representation of color #651222: hue angle of 348.43º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651222 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 34 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.60 |
| HSL | 348.43º | 0.7% | 0.23% | - |
| HSV(B) | 348.43º | 0.82% | 0.4% | - |
| XYZ | 5.87 | 3.31 | 1.84 | - |
| YUV | 44.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 34 | 0 | 0.82 | 0.66 | 0.60 | 348.43 | 0.7 | 0.23 |
| Hex | 65 | 12 | 22 | 0 | 52 | 42 | 3C | 15C | 46 | 17 |
| Octal | 145 | 22 | 42 | 0 | 122 | 102 | 74 | 534 | 106 | 27 |
| Binary | 1100101 | 10010 | 100010 | 0 | 1010010 | 1000010 | 111100 | 101011100 | 1000110 | 10111 |
Color Harmonies of #651222
Complementary color
Monochromatic Colors of #651222
Black with #651222
Text Example
Text Example
White with #651222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651222; }
p { color: rgb(101,18,34); }
H1.HeaderClassName
{
color: #651222;
}
.AnyTagClassName
{
color: #651222;
}
</style>
background-color css
<style>
a { background-color: #651222; }
a { background-color: rgb(101,18,34); }
div.DivClassName
{
background-color: #651222;
}
.BgClassName
{
background-color: #651222;
}
</style>
border-color css
<style>
span { border-color: #651222; }
span { border-color: rgb(101,18,34); }
td.TdClassName
{
border-color: #651222;
}
.TagClassName
{
border-color: #651222;
}
</style>