Shades of Pohutukawa #65030C
Tints of Pohutukawa #65030C
RGB
CMYK
RGB Variations
Color information
#65030C (or 0x65030C) is known color: Pohutukawa. HEX triplet: 65, 03 and 0C. RGB value is (101,3,12). Sum of RGB (Red+Green+Blue) = 101+3+12=116 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.07% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 101 - color contains mainly: red. Hex color #65030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65030C is #9AFCF3. Grayscale: #212121. Windows color (decimal): -10157300 or 787301. OLE color: 787301.
HSL color Cylindrical-coordinate representation of color #65030C: hue angle of 354.49º 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 #65030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.60 |
| HSL | 354.49º | 0.94% | 0.2% | - |
| HSV(B) | 354.49º | 0.97% | 0.4% | - |
| XYZ | 5.47 | 2.86 | 0.61 | - |
| YUV | 33.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 12 | 0 | 0.97 | 0.88 | 0.60 | 354.49 | 0.94 | 0.2 |
| Hex | 65 | 3 | C | 0 | 61 | 58 | 3C | 162 | 5E | 14 |
| Octal | 145 | 3 | 14 | 0 | 141 | 130 | 74 | 542 | 136 | 24 |
| Binary | 1100101 | 11 | 1100 | 0 | 1100001 | 1011000 | 111100 | 101100010 | 1011110 | 10100 |
Color Harmonies of #65030C
Complementary color
Monochromatic Colors of #65030C
Black with #65030C
Text Example
Text Example
White with #65030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65030C; }
p { color: rgb(101,3,12); }
H1.HeaderClassName
{
color: #65030C;
}
.AnyTagClassName
{
color: #65030C;
}
</style>
background-color css
<style>
a { background-color: #65030C; }
a { background-color: rgb(101,3,12); }
div.DivClassName
{
background-color: #65030C;
}
.BgClassName
{
background-color: #65030C;
}
</style>
border-color css
<style>
span { border-color: #65030C; }
span { border-color: rgb(101,3,12); }
td.TdClassName
{
border-color: #65030C;
}
.TagClassName
{
border-color: #65030C;
}
</style>