Shades of Pohutukawa #65030A
Tints of Pohutukawa #65030A
RGB
CMYK
RGB Variations
Color information
#65030A (or 0x65030A) is known color: Pohutukawa. HEX triplet: 65, 03 and 0A. RGB value is (101,3,10). Sum of RGB (Red+Green+Blue) = 101+3+10=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #65030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65030A is #9AFCF5. Grayscale: #212121. Windows color (decimal): -10157302 or 656229. OLE color: 656229.
HSL color Cylindrical-coordinate representation of color #65030A: hue angle of 355.71º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65030A is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 10 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.60 |
| HSL | 355.71º | 0.94% | 0.2% | - |
| HSV(B) | 355.71º | 0.97% | 0.4% | - |
| XYZ | 5.45 | 2.85 | 0.55 | - |
| YUV | 33.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 10 | 0 | 0.97 | 0.90 | 0.60 | 355.71 | 0.94 | 0.2 |
| Hex | 65 | 3 | A | 0 | 61 | 5A | 3C | 164 | 5E | 14 |
| Octal | 145 | 3 | 12 | 0 | 141 | 132 | 74 | 544 | 136 | 24 |
| Binary | 1100101 | 11 | 1010 | 0 | 1100001 | 1011010 | 111100 | 101100100 | 1011110 | 10100 |
Color Harmonies of #65030A
Complementary color
Monochromatic Colors of #65030A
Black with #65030A
Text Example
Text Example
White with #65030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65030A; }
p { color: rgb(101,3,10); }
H1.HeaderClassName
{
color: #65030A;
}
.AnyTagClassName
{
color: #65030A;
}
</style>
background-color css
<style>
a { background-color: #65030A; }
a { background-color: rgb(101,3,10); }
div.DivClassName
{
background-color: #65030A;
}
.BgClassName
{
background-color: #65030A;
}
</style>
border-color css
<style>
span { border-color: #65030A; }
span { border-color: rgb(101,3,10); }
td.TdClassName
{
border-color: #65030A;
}
.TagClassName
{
border-color: #65030A;
}
</style>