Shades of Pohutukawa #651C22
Tints of Pohutukawa #651C22
RGB
CMYK
RGB Variations
Color information
#651C22 (or 0x651C22) is known color: Pohutukawa. HEX triplet: 65, 1C and 22. RGB value is (101,28,34). Sum of RGB (Red+Green+Blue) = 101+28+34=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #651C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C22 is #9AE3DD. Grayscale: #323232. Windows color (decimal): -10150878 or 2235493. OLE color: 2235493.
HSL color Cylindrical-coordinate representation of color #651C22: hue angle of 355.07º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C22 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 34 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.60 |
| HSL | 355.07º | 0.57% | 0.25% | - |
| HSV(B) | 355.07º | 0.72% | 0.4% | - |
| XYZ | 6.07 | 3.71 | 1.91 | - |
| YUV | 50.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 34 | 0 | 0.72 | 0.66 | 0.60 | 355.07 | 0.57 | 0.25 |
| Hex | 65 | 1C | 22 | 0 | 48 | 42 | 3C | 163 | 39 | 19 |
| Octal | 145 | 34 | 42 | 0 | 110 | 102 | 74 | 543 | 71 | 31 |
| Binary | 1100101 | 11100 | 100010 | 0 | 1001000 | 1000010 | 111100 | 101100011 | 111001 | 11001 |
Color Harmonies of #651C22
Complementary color
Monochromatic Colors of #651C22
Black with #651C22
Text Example
Text Example
White with #651C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C22; }
p { color: rgb(101,28,34); }
H1.HeaderClassName
{
color: #651C22;
}
.AnyTagClassName
{
color: #651C22;
}
</style>
background-color css
<style>
a { background-color: #651C22; }
a { background-color: rgb(101,28,34); }
div.DivClassName
{
background-color: #651C22;
}
.BgClassName
{
background-color: #651C22;
}
</style>
border-color css
<style>
span { border-color: #651C22; }
span { border-color: rgb(101,28,34); }
td.TdClassName
{
border-color: #651C22;
}
.TagClassName
{
border-color: #651C22;
}
</style>